| AbsSumStateFactory |
Factory for iterative absolute sum aggregations.
|
| AddOnlyFirstOrLastChunkedOperator |
|
| AggregationControl |
Stateless "control" class for giving external code (e.g.
|
| AggregationFormulaStateFactory |
|
| AggregationIndexStateFactory |
|
| AppendMinMaxByStateFactoryImpl |
If you've got a table that is grow only, this will do a min/max calculation without requiring any state.
|
| ApproximatePercentile |
Generate approximate percentile aggregations of a table.
|
| ApproximatePercentile.PercentileDefinition |
|
| AvgStateFactory |
Factory for iterative average aggregations.
|
| BigDecimalChunkedSumOperator |
|
| BigIntegerChunkedSumOperator |
|
| BooleanChunkedSumOperator |
Iterative Boolean Sum.
|
| ByAggregationFactory |
|
| ByChunkedOperator |
|
| ByExternalAggregationFactory |
|
| ByExternalChunkedOperator |
|
| ByteAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a byte sort-column on add-only tables.
|
| ByteChunkedSumOperator |
Iterative sum operator, extended for absolute values and regular sums.
|
| CharAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a char sort-column on add-only tables.
|
| CharChunkedSumOperator |
Iterative sum operator, extended for absolute values and regular sums.
|
| ChunkedOperatorAggregationHelper |
|
| ComboAggregateFactory |
|
| ComboAggregateFactory.ComboByImpl |
|
| ComboAggregateFactory.CountComboBy |
|
| ComboAggregateFactory.NullComboBy |
|
| CountAggregationFactory |
|
| CountByStateFactoryImpl |
Aggregation state factory for countBy() operation.
|
| CountDistinctStateFactory |
An Iterative state factory that computes the count of distinct items within a particular state.
|
| DistinctStateFactory |
An Iterative state factory that computes the count of distinct items within a particular state.
|
| DoubleAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a double sort-column on add-only tables.
|
| FirstByStateFactoryImpl |
State factory for firstBy using an InterativeIndexState to create a redirection Index.
|
| FirstOrLastByAggregationFactory |
|
| FirstOrLastChunkedOperator |
|
| FloatAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a float sort-column on add-only tables.
|
| FormulaAggregationFactory |
|
| FreezeByAggregationFactory |
|
| HashTableColumnSource<DATA_TYPE> |
ColumnSource implementation that delegates to the main and overflow sources for a hash table column.
|
| IncrementalChunkedByAggregationStateManager |
|
| IncrementalChunkedOperatorAggregationStateManager |
|
| IntAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a int sort-column on add-only tables.
|
| IntChunkedSumOperator |
Iterative sum operator, extended for absolute values and regular sums.
|
| IterativeIndexStateFactory |
|
| IterativeOperatorStateFactory |
Creates iterative operators for the supplied type.
|
| KeyOnlyAggregationFactory |
Simplest factory that has no operators or results, used to implement selectDistinct.
|
| KeyOnlyFirstOrLastByStateFactory |
A Flavor of FirstBy that produces no values from the original table, only a named column of source keys.
|
| LastByStateFactoryImpl |
|
| LongAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a long sort-column on add-only tables.
|
| LongChunkedSumOperator |
Iterative sum operator, extended for absolute values and regular sums.
|
| MinMaxByStateFactoryImpl |
Minimum and Maximum aggregation factory.
|
| MinMaxIterativeOperatorFactory |
Factory for iterative sum aggregations.
|
| NonKeyColumnAggregationFactory |
|
| NonNullCounter |
|
| NullColumnAggregationTransformer |
|
| ObjectAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a Object sort-column on add-only tables.
|
| PercentileByStateFactoryImpl |
|
| PercentileIterativeOperatorFactory |
Factory for iterative sum aggregations.
|
| ReaggregatableStatefactory |
|
| SelectDistinctStateFactoryImpl |
|
| ShortAddOnlySortedFirstOrLastChunkedOperator |
Chunked aggregation operator for sorted first/last-by using a short sort-column on add-only tables.
|
| ShortChunkedSumOperator |
Iterative sum operator, extended for absolute values and regular sums.
|
| SortedFirstBy |
|
| SortedFirstOrLastByAggregationFactory |
|
| SortedFirstOrLastByFactoryImpl |
|
| SortedFirstOrLastChunkedOperator |
|
| SortedLastBy |
|
| StaticChunkedByAggregationStateManager |
|
| StaticChunkedOperatorAggregationStateManager |
|
| StaticFirstOrLastChunkedOperator |
|
| StaticSymbolTableChunkedOperatorAggregationStateManager |
|
| StdStateFactory |
Factory for iterative standard deviation aggregations.
|
| SumByteChunk |
|
| SumCharChunk |
|
| SumIntChunk |
|
| SumLongChunk |
|
| SumShortChunk |
|
| SumStateFactory |
Factory for iterative sum aggregations.
|
| TDigestPercentileOperator |
Iterative average operator.
|
| TrackingFirstByStateFactoryImpl |
|
| TrackingLastByStateFactoryImpl |
|
| UniqueStateFactory |
An Iterative state factory that displays the singluar unique value of the items within a particular state, or default values
if none are present, or the values are not unique.
|
| UntrackedLastChunkedOperator |
|
| VarStateFactory |
Factory for iterative variance aggregations.
|
| WeightedAverageStateFactoryImpl |
|
| WeightedAverageSumAggregationFactory |
|
| WeightedSumStateFactoryImpl |
|