Modifier and Type | Method and Description |
---|---|
static boolean |
ApiExpressionUtils.isFunctionOfKind(Expression expression,
FunctionKind kind)
Checks if the expression is a function call of given type.
|
Modifier and Type | Method and Description |
---|---|
FunctionKind |
ScalarFunction.getKind() |
FunctionKind |
TableFunctionDefinition.getKind()
Deprecated.
|
FunctionKind |
AsyncTableFunction.getKind() |
FunctionKind |
FunctionDefinition.getKind()
Returns the kind of function this definition describes.
|
FunctionKind |
BuiltInFunctionDefinition.getKind() |
FunctionKind |
TableAggregateFunction.getKind() |
FunctionKind |
AggregateFunction.getKind() |
FunctionKind |
ScalarFunctionDefinition.getKind()
Deprecated.
|
FunctionKind |
TableAggregateFunctionDefinition.getKind()
Deprecated.
|
FunctionKind |
TableFunction.getKind() |
FunctionKind |
AggregateFunctionDefinition.getKind()
Deprecated.
|
static FunctionKind |
FunctionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionKind[] |
FunctionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BuiltInFunctionDefinition.Builder |
BuiltInFunctionDefinition.Builder.kind(FunctionKind kind) |
Modifier and Type | Method and Description |
---|---|
FunctionKind |
DeclarativeAggregateFunction.getKind() |
Modifier and Type | Method and Description |
---|---|
FunctionKind |
BuiltInSpecializedFunction.getKind() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.