Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
CallExpression.getFunctionDefinition() |
Constructor and Description |
---|
CallExpression(FunctionDefinition functionDefinition,
List<ResolvedExpression> args,
DataType dataType) |
CallExpression(ObjectIdentifier objectIdentifier,
FunctionDefinition functionDefinition,
List<ResolvedExpression> args,
DataType dataType) |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionDefinitionFactory.createFunctionDefinition(String name,
CatalogFunction catalogFunction)
Creates a
FunctionDefinition from given CatalogFunction . |
Modifier and Type | Class and Description |
---|---|
class |
AggregateFunction<T,ACC>
Base class for user-defined aggregates.
|
class |
AggregateFunctionDefinition
The function definition of an user-defined aggregate function.
|
class |
AsyncTableFunction<T>
Base class for a user-defined asynchronously table function (UDTF).
|
class |
BuiltInFunctionDefinition
Definition of a built-in function.
|
class |
ScalarFunction
Base class for a user-defined scalar function.
|
class |
ScalarFunctionDefinition
The function definition of an user-defined scalar function.
|
class |
TableAggregateFunction<T,ACC>
Base class for user-defined table aggregates.
|
class |
TableAggregateFunctionDefinition
The function definition of an user-defined table aggregate function.
|
class |
TableFunction<T>
Base class for a user-defined table function (UDTF).
|
class |
TableFunctionDefinition
The function definition of an user-defined table function.
|
class |
TemporalTableFunction
Class representing temporal table function over some history table.
|
class |
UserDefinedAggregateFunction<T,ACC>
Base class for user-defined aggregates and table aggregates.
|
class |
UserDefinedFunction
Base class for all user-defined functions.
|
Modifier and Type | Field and Description |
---|---|
static List<FunctionDefinition> |
BuiltInFunctionDefinitions.ORDERING |
static Set<FunctionDefinition> |
BuiltInFunctionDefinitions.TIME_ATTRIBUTES |
static Set<FunctionDefinition> |
BuiltInFunctionDefinitions.WINDOW_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
CallContextBase.getFunctionDefinition()
Returns the function definition that defines the function currently being called.
|
Modifier and Type | Method and Description |
---|---|
List<Signature> |
InputTypeValidator.getExpectedSignatures(FunctionDefinition definition)
Returns a summary of the function's expected signatures.
|
Modifier and Type | Method and Description |
---|---|
List<Signature> |
PassingTypeValidator.getExpectedSignatures(FunctionDefinition definition) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.