| Package | Description |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.expressions | |
| org.apache.flink.table.operations |
| Modifier and Type | Method and Description |
|---|---|
static ContextResolvedFunction |
ContextResolvedFunction.anonymous(org.apache.flink.table.functions.FunctionDefinition functionDefinition) |
static ContextResolvedFunction |
ContextResolvedFunction.fromCallExpression(org.apache.flink.table.expressions.CallExpression callExpression) |
default ContextResolvedFunction |
FunctionLookup.lookupBuiltInFunction(org.apache.flink.table.functions.BuiltInFunctionDefinition definition)
Helper method for looking up a built-in function.
|
static ContextResolvedFunction |
ContextResolvedFunction.permanent(org.apache.flink.table.functions.FunctionIdentifier functionIdentifier,
org.apache.flink.table.functions.FunctionDefinition functionDefinition) |
static ContextResolvedFunction |
ContextResolvedFunction.temporary(org.apache.flink.table.functions.FunctionIdentifier functionIdentifier,
org.apache.flink.table.functions.FunctionDefinition functionDefinition) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ContextResolvedFunction> |
FunctionLookup.lookupFunction(String stringIdentifier)
Lookup a function by function identifier.
|
Optional<ContextResolvedFunction> |
FunctionCatalog.lookupFunction(org.apache.flink.table.catalog.UnresolvedIdentifier identifier) |
Optional<ContextResolvedFunction> |
FunctionLookup.lookupFunction(org.apache.flink.table.catalog.UnresolvedIdentifier identifier)
Lookup a function by function identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static UnresolvedCallExpression |
ApiExpressionUtils.unresolvedCall(ContextResolvedFunction resolvedFunction,
org.apache.flink.table.expressions.Expression... args) |
static UnresolvedCallExpression |
ApiExpressionUtils.unresolvedCall(ContextResolvedFunction resolvedFunction,
List<org.apache.flink.table.expressions.Expression> args) |
| Modifier and Type | Method and Description |
|---|---|
ContextResolvedFunction |
CalculatedQueryOperation.getResolvedFunction() |
| Constructor and Description |
|---|
CalculatedQueryOperation(ContextResolvedFunction resolvedFunction,
List<org.apache.flink.table.expressions.ResolvedExpression> arguments,
org.apache.flink.table.catalog.ResolvedSchema resolvedSchema) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.