AggregateFunction<T,ACC> |
Base class for a user-defined aggregate function.
|
AggregateFunctionDefinition |
Deprecated.
|
AsyncLookupFunction |
A wrapper class of AsyncTableFunction for asynchronously lookup rows matching the lookup
keys from external system.
|
AsyncScalarFunction |
Base class for a user-defined scalar function which returns results asynchronously.
|
AsyncTableFunction<T> |
Base class for a user-defined asynchronous table function.
|
BuiltInFunctionDefinition |
Definition of a built-in function.
|
BuiltInFunctionDefinition.Builder |
Builder for fluent definition of built-in functions.
|
BuiltInFunctionDefinitions |
Dictionary of function definitions for all built-in functions.
|
FunctionContext |
A FunctionContext allows to obtain global runtime information about the context in which
the user-defined function is executed.
|
FunctionIdentifier |
Identifies a system function with function name or a catalog function with a fully qualified
identifier.
|
ImperativeAggregateFunction<T,ACC> |
|
LegacyUserDefinedFunctionInference |
Deprecated. |
LookupFunction |
A wrapper class of TableFunction for synchronously lookup rows matching the lookup keys
from external system.
|
ScalarFunction |
Base class for a user-defined scalar function.
|
ScalarFunctionDefinition |
Deprecated.
|
TableAggregateFunction<T,ACC> |
Base class for a user-defined table aggregate function.
|
TableAggregateFunctionDefinition |
Deprecated.
|
TableFunction<T> |
Base class for a user-defined table function.
|
TableFunctionDefinition |
Deprecated.
|
TemporalTableFunction |
Class representing temporal table function over some history table.
|
UserDefinedFunction |
Base class for all user-defined functions.
|
UserDefinedFunctionHelper |
|