Interface | Description |
---|---|
AggregationMethodFactory |
Factory for aggregation methods.
|
AggregationResultFuture |
Interface for use by aggregate expression nodes representing aggregate functions such as 'sum' or 'avg' to use
to obtain the current value for the function at time of expression evaluation.
|
AggregationRowRemovedCallback | |
AggregationService |
Service for maintaining aggregation state.
|
AggregationServiceFactory |
Factory for aggregation service instances.
|
AggregationServiceFactoryForge | |
AggregationServiceFactoryProvider | |
AggregationServiceFactoryService | |
AggregationServiceMatchRecognize |
Aggregation result future for use with match recognize.
|
AggregationServiceMatchRecognizeFactory |
Factory for aggregation service instances.
|
AggregationServiceVisitor | |
AggregationServiceVisitorWGroupDetail | |
AggregationStateFactory | |
AggregationStateFactoryForge |
Class | Description |
---|---|
AggregationGroupByRollupDesc | |
AggregationGroupByRollupLevel | |
AggregationMethodPairRow |
A row in aggregation state.
|
AggregationMethodRow |
A row in aggregation state.
|
AggregationMethodRowAged |
A row in aggregation state, with aging information.
|
AggregationMultiFunctionAnalysisHelper | |
AggregationMultiFunctionAnalysisResult | |
AggregationRowPair |
Pair of aggregation methods and states (first/last/window) data window representations.
|
AggregationRowStateEvalDesc | |
AggregationRowStateForgeDesc | |
AggregationServiceAggExpressionDesc | |
AggregationServiceBase |
All aggregation services require evaluation nodes which supply the value to be aggregated (summed, averaged, etc.)
and aggregation state factories to make new aggregation states.
|
AggregationServiceBaseGrouped |
All aggregation services require evaluation nodes which supply the value to be aggregated (summed, averaged, etc.)
and aggregation state factories to make new aggregation states.
|
AggregationServiceCodegenUtil | |
AggregationServiceFactoryDesc | |
AggregationServiceFactoryFactory |
Factory for aggregation service instances.
|
AggregationServiceFactoryServiceImpl | |
AggregationServiceForgeDesc | |
AggregationServiceMatchRecognizeFactoryDesc | |
AggregationServiceMatchRecognizeFactoryImpl |
Implements an aggregation service for match recognize.
|
AggregationServiceMatchRecognizeImpl |
Implements an aggregation service for match recognize.
|
AggregationServiceNull |
A null object implementation of the AggregationService
interface.
|
AggregationServiceNullFactory |
A null object implementation of the AggregationService
interface.
|
AggregationServiceTable | |
AggregationStateKeyWStream | |
AggregationValidationContext |
Context for use with plug-in custom aggregation functions that implement
AggregationFunctionFactory . |
AggregationValidationUtil | |
AggregatorUtil | |
AggSvcGroupByUtil |
Enum | Description |
---|---|
AggregationStateTypeWStream |
Aggregation services - common.