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 |
|
ByteChunkedSumOperator |
Iterative sum operator, extended for absolute values and regular sums.
|
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.
|
FirstByStateFactoryImpl |
State factory for firstBy using an InterativeIndexState to create a redirection Index.
|
FirstOrLastByAggregationFactory |
|
FirstOrLastChunkedOperator |
|
FormulaAggregationFactory |
|
FreezeByAggregationFactory |
|
HashTableColumnSource<DATA_TYPE> |
ColumnSource implementation that delegates to the main and overflow sources for a hash table column.
|
IncrementalChunkedByAggregationStateManager |
|
IncrementalChunkedOperatorAggregationStateManager |
|
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 |
|
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 |
|
PercentileByStateFactoryImpl |
|
PercentileIterativeOperatorFactory |
Factory for iterative sum aggregations.
|
ReaggregatableStatefactory |
|
ReplicateOperators |
|
SelectDistinctStateFactoryImpl |
|
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 |
|