@Internal
public interface FunctionLookup
FunctionLookup.Result.| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionLookup.Result
Result of a function lookup.
|
| Modifier and Type | Method and Description |
|---|---|
PlannerTypeInferenceUtil |
getPlannerTypeInferenceUtil()
Temporary utility until the new type inference is fully functional.
|
default FunctionLookup.Result |
lookupBuiltInFunction(org.apache.flink.table.functions.BuiltInFunctionDefinition definition)
Helper method for looking up a built-in function.
|
Optional<FunctionLookup.Result> |
lookupFunction(org.apache.flink.table.catalog.UnresolvedIdentifier identifier)
Lookup a function by function identifier.
|
Optional<FunctionLookup.Result> lookupFunction(org.apache.flink.table.catalog.UnresolvedIdentifier identifier)
default FunctionLookup.Result lookupBuiltInFunction(org.apache.flink.table.functions.BuiltInFunctionDefinition definition)
PlannerTypeInferenceUtil getPlannerTypeInferenceUtil()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.