@Internal public interface PlannerTypeInferenceUtil
PlannerExpression
are upgraded to work with TypeInferenceUtil
.Modifier and Type | Method and Description |
---|---|
TypeInferenceUtil.Result |
runTypeInference(UnresolvedCallExpression unresolvedCall,
List<ResolvedExpression> resolvedArgs)
Same behavior as
TypeInferenceUtil#runTypeInference(TypeInference, CallContext) . |
TypeInferenceUtil.Result runTypeInference(UnresolvedCallExpression unresolvedCall, List<ResolvedExpression> resolvedArgs)
TypeInferenceUtil#runTypeInference(TypeInference, CallContext)
.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.