Uses of Interface
org.apache.flink.table.types.inference.TypeInferenceUtil.SurroundingInfo
Packages that use TypeInferenceUtil.SurroundingInfo
-
Uses of TypeInferenceUtil.SurroundingInfo in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return TypeInferenceUtil.SurroundingInfoModifier and TypeMethodDescriptionTypeInferenceUtil.SurroundingInfo.of(String name, FunctionDefinition functionDefinition, TypeInference typeInference, int argumentCount, int innerCallPosition, boolean isGroupedAggregation) Methods in org.apache.flink.table.types.inference with parameters of type TypeInferenceUtil.SurroundingInfoModifier and TypeMethodDescriptionstatic TypeInferenceUtil.ResultTypeInferenceUtil.runTypeInference(TypeInference typeInference, CallContext callContext, TypeInferenceUtil.SurroundingInfo surroundingInfo) Runs the entire type inference process.