Class SimpleLongAggregatorFactory

All Implemented Interfaces:
Cacheable
Direct Known Subclasses:
LongMaxAggregatorFactory, LongMinAggregatorFactory, LongSumAggregatorFactory

public abstract class SimpleLongAggregatorFactory extends NullableNumericAggregatorFactory<ColumnValueSelector>
This is an abstract class inherited by various AggregatorFactory implementations that consume long input and produce long output on aggregation. It extends "NullableAggregatorFactory" instead of "NullableAggregatorFactory" to additionally support aggregation on single/multi value string column types.