Class SimpleDoubleAggregatorFactory

All Implemented Interfaces:
Cacheable
Direct Known Subclasses:
DoubleMaxAggregatorFactory, DoubleMinAggregatorFactory, DoubleSumAggregatorFactory

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