Interface | Description |
---|---|
FunctionDefinition |
Definition of a function.
|
TableAggregateFunction.RetractableCollector<T> |
Collects a record and forwards it.
|
Class | Description |
---|---|
AggregateFunction<T,ACC> |
Base class for a user-defined aggregate function.
|
AggregateFunctionDefinition |
A "marker" function definition of an user-defined aggregate function that uses the old type
system stack.
|
AsyncTableFunction<T> |
Base class for a user-defined asynchronously table function (UDTF).
|
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.
|
ConstantFunctionContext |
A
FunctionContext for constant expression reduction. |
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.
|
FunctionService |
Service for creating configured instances of
UserDefinedFunction using a FunctionDescriptor . |
ImperativeAggregateFunction<T,ACC> |
Base class for user-defined
AggregateFunction and TableAggregateFunction . |
ScalarFunction |
Base class for a user-defined scalar function.
|
ScalarFunctionDefinition |
A "marker" function definition of a user-defined scalar function that uses the old type system
stack.
|
TableAggregateFunction<T,ACC> |
Base class for a user-defined table aggregate function.
|
TableAggregateFunctionDefinition |
A "marker" function definition of an user-defined table aggregate function that uses the old type
system stack.
|
TableFunction<T> |
Base class for a user-defined table function.
|
TableFunctionDefinition |
A "marker" function definition of an user-defined table function that uses the old type system
stack.
|
TemporalTableFunction |
Class representing temporal table function over some history table.
|
TemporalTableFunctionImpl |
Class representing temporal table function over some history table.
|
UserDefinedFunction |
Base class for all user-defined functions.
|
UserDefinedFunctionHelper |
Utility for dealing with subclasses of
UserDefinedFunction . |
Enum | Description |
---|---|
FunctionKind |
Categorizes the semantics of a
FunctionDefinition . |
FunctionRequirement |
Characteristics that a
FunctionDefinition requires. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.