@Internal public interface FunctionLookup
ContextResolvedFunction
.Modifier and Type | Method and Description |
---|---|
PlannerTypeInferenceUtil |
getPlannerTypeInferenceUtil()
Temporary utility until the new type inference is fully functional.
|
default ContextResolvedFunction |
lookupBuiltInFunction(BuiltInFunctionDefinition definition)
Helper method for looking up a built-in function.
|
Optional<ContextResolvedFunction> |
lookupFunction(String stringIdentifier)
Lookup a function by function identifier.
|
Optional<ContextResolvedFunction> |
lookupFunction(UnresolvedIdentifier identifier)
Lookup a function by function identifier.
|
Optional<ContextResolvedFunction> lookupFunction(String stringIdentifier)
Optional<ContextResolvedFunction> lookupFunction(UnresolvedIdentifier identifier)
default ContextResolvedFunction lookupBuiltInFunction(BuiltInFunctionDefinition definition)
PlannerTypeInferenceUtil getPlannerTypeInferenceUtil()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.