| Interface | Description |
|---|---|
| AccumulatorState | |
| AccumulatorStateFactory<T> | |
| AccumulatorStateSerializer<T> | |
| AggregationFunctionImplementation | |
| FunctionHandle |
FunctionHandle is a unique handle to identify the function implementation from namespaces.
|
| FunctionHandleResolver | |
| FunctionMetadataManager | |
| FunctionNamespaceManager<F extends SqlFunction> | |
| FunctionNamespaceManagerFactory | |
| FunctionNamespaceTransactionHandle | |
| GroupedAccumulatorState | |
| JavaAggregationFunctionImplementation | |
| JavaScalarFunctionImplementation | |
| ScalarFunctionImplementation | |
| SqlFunction | |
| SqlFunctionExecutor | |
| StandardFunctionResolution | |
| WindowFunction | |
| WindowIndex |
A window index contains the sorted values for a window partition.
|
| Annotation Type | Description |
|---|---|
| AccumulatorStateMetadata | |
| AggregationFunction | |
| AggregationState | |
| AggregationStateSerializerFactory | |
| BlockIndex | |
| BlockPosition | |
| CodegenScalarFunction | |
| CombineFunction |
A function annotated with @CombineFunction is one that will be used
to combine two states into one in aggregation functions.
|
| Convention | |
| Description | |
| FunctionDependency | |
| InputFunction | |
| IsNull | |
| LiteralParameters | |
| OperatorDependency | |
| OutputFunction | |
| ScalarFunction | |
| ScalarOperator | |
| SqlInvokedScalarFunction | |
| SqlNullable | |
| SqlParameter | |
| SqlParameters | |
| SqlType | |
| TypeParameter | |
| TypeParameters | |
| TypeParameterSpecialization | |
| WindowFunctionSignature | |
| WindowFunctionSignatures |
Copyright © 2012–2022. All rights reserved.