| Package | Description |
|---|---|
| org.apache.flink.table.expressions | |
| org.apache.flink.table.functions |
| Modifier and Type | Method and Description |
|---|---|
Optional<FunctionIdentifier> |
CallExpression.getFunctionIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static CallExpression |
CallExpression.permanent(FunctionIdentifier functionIdentifier,
FunctionDefinition functionDefinition,
List<ResolvedExpression> args,
DataType dataType)
|
static CallExpression |
CallExpression.temporary(FunctionIdentifier functionIdentifier,
FunctionDefinition functionDefinition,
List<ResolvedExpression> args,
DataType dataType)
Creates a
CallExpression to a temporary function (potentially shadowing a Catalog function or providing a system function). |
| Constructor and Description |
|---|
CallExpression(boolean isTemporary,
FunctionIdentifier functionIdentifier,
FunctionDefinition functionDefinition,
List<ResolvedExpression> args,
DataType dataType) |
CallExpression(FunctionIdentifier functionIdentifier,
FunctionDefinition functionDefinition,
List<ResolvedExpression> args,
DataType dataType)
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionIdentifier |
FunctionIdentifier.of(ObjectIdentifier oi) |
static FunctionIdentifier |
FunctionIdentifier.of(String functionName) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.