Class DoubleTopNColumnAggregatesProcessor
java.lang.Object
org.apache.druid.query.topn.types.NullableNumericTopNColumnAggregatesProcessor<BaseDoubleColumnValueSelector>
org.apache.druid.query.topn.types.DoubleTopNColumnAggregatesProcessor
- All Implemented Interfaces:
ColumnSelectorStrategy,TopNColumnAggregatesProcessor<BaseDoubleColumnValueSelector>
public class DoubleTopNColumnAggregatesProcessor
extends NullableNumericTopNColumnAggregatesProcessor<BaseDoubleColumnValueSelector>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDoubleTopNColumnAggregatesProcessor(Function<Object, Object> converter) -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the underlying aggregates store to something nice and seleector type appropriateMethods inherited from class org.apache.druid.query.topn.types.NullableNumericTopNColumnAggregatesProcessor
closeAggregators, getCardinality, getRowSelector, scanAndAggregate, updateResults
-
Constructor Details
-
DoubleTopNColumnAggregatesProcessor
-
-
Method Details
-
initAggregateStore
public void initAggregateStore()Description copied from interface:TopNColumnAggregatesProcessorInitializes the underlying aggregates store to something nice and seleector type appropriate
-