Interface PlannerTypeInferenceUtil


  • @Internal
    public interface PlannerTypeInferenceUtil
    Temporary utility for validation and output type inference until all PlannerExpression are upgraded to work with TypeInferenceUtil.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.flink.table.types.inference.TypeInferenceUtil.Result runTypeInference​(UnresolvedCallExpression unresolvedCall, List<org.apache.flink.table.expressions.ResolvedExpression> resolvedArgs)
      Same behavior as TypeInferenceUtil#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 as TypeInferenceUtil#runTypeInference(TypeInference, CallContext).