| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.types.inference |
| 限定符和类型 | 方法和说明 |
|---|---|
static TypeInferenceUtil.SurroundingInfo |
TypeInferenceUtil.SurroundingInfo.of(DataType dataType) |
static TypeInferenceUtil.SurroundingInfo |
TypeInferenceUtil.SurroundingInfo.of(String name,
FunctionDefinition functionDefinition,
TypeInference typeInference,
int argumentCount,
int innerCallPosition,
boolean isGroupedAggregation) |
| 限定符和类型 | 方法和说明 |
|---|---|
static TypeInferenceUtil.Result |
TypeInferenceUtil.runTypeInference(TypeInference typeInference,
CallContext callContext,
TypeInferenceUtil.SurroundingInfo surroundingInfo)
Runs the entire type inference process.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.