Uses of Interface
org.apache.flink.table.types.inference.TypeInferenceUtil.SurroundingInfo
-
Packages that use TypeInferenceUtil.SurroundingInfo Package Description org.apache.flink.table.types.inference -
-
Uses of TypeInferenceUtil.SurroundingInfo in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return TypeInferenceUtil.SurroundingInfo Modifier and Type Method Description static TypeInferenceUtil.SurroundingInfoTypeInferenceUtil.SurroundingInfo. of(String name, FunctionDefinition functionDefinition, TypeInference typeInference, int argumentCount, int innerCallPosition, boolean isGroupedAggregation)static TypeInferenceUtil.SurroundingInfoTypeInferenceUtil.SurroundingInfo. of(DataType dataType)Methods in org.apache.flink.table.types.inference with parameters of type TypeInferenceUtil.SurroundingInfo Modifier and Type Method Description static TypeInferenceUtil.ResultTypeInferenceUtil. runTypeInference(TypeInference typeInference, CallContext callContext, TypeInferenceUtil.SurroundingInfo surroundingInfo)Runs the entire type inference process.
-