Class LongSumAggregatorFactory

All Implemented Interfaces:
Cacheable

public class LongSumAggregatorFactory extends SimpleLongAggregatorFactory
A null-aware aggregator factory. Note that the nullness is handled by NullableNumericAggregatorFactory, the LongSumAggregator, LongSumBufferAggregator, and LongSumVectorAggregator only aggregates non-null values, and returns 0 if no data has been aggregated.

If forceNotNullable is set to true, the aggregator factory will not allow null values.