@Internal public final class PlannerTypeInferenceUtilImpl extends Object implements PlannerTypeInferenceUtil
PlannerTypeInferenceUtil
.Modifier and Type | Field and Description |
---|---|
static PlannerTypeInferenceUtil |
INSTANCE |
Constructor and Description |
---|
PlannerTypeInferenceUtilImpl() |
Modifier and Type | Method and Description |
---|---|
TypeInferenceUtil.Result |
runTypeInference(UnresolvedCallExpression unresolvedCall,
List<ResolvedExpression> resolvedArgs)
Same behavior as
TypeInferenceUtil#runTypeInference(TypeInference, CallContext) . |
public static final PlannerTypeInferenceUtil INSTANCE
public TypeInferenceUtil.Result runTypeInference(UnresolvedCallExpression unresolvedCall, List<ResolvedExpression> resolvedArgs)
PlannerTypeInferenceUtil
TypeInferenceUtil#runTypeInference(TypeInference, CallContext)
.runTypeInference
in interface PlannerTypeInferenceUtil
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.