Interface PlannerTypeInferenceUtil
-
@Internal public interface PlannerTypeInferenceUtilTemporary utility for validation and output type inference until allPlannerExpressionare upgraded to work withTypeInferenceUtil.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.table.types.inference.TypeInferenceUtil.ResultrunTypeInference(UnresolvedCallExpression unresolvedCall, List<org.apache.flink.table.expressions.ResolvedExpression> resolvedArgs)Same behavior asTypeInferenceUtil#runTypeInference(TypeInference, CallContext).
-
-
-
Method Detail
-
runTypeInference
org.apache.flink.table.types.inference.TypeInferenceUtil.Result runTypeInference(UnresolvedCallExpression unresolvedCall, List<org.apache.flink.table.expressions.ResolvedExpression> resolvedArgs)
Same behavior asTypeInferenceUtil#runTypeInference(TypeInference, CallContext).
-
-