Class LongTopNColumnAggregatesProcessor
java.lang.Object
org.apache.druid.query.topn.types.NullableNumericTopNColumnAggregatesProcessor<BaseLongColumnValueSelector>
org.apache.druid.query.topn.types.LongTopNColumnAggregatesProcessor
- All Implemented Interfaces:
ColumnSelectorStrategy,TopNColumnAggregatesProcessor<BaseLongColumnValueSelector>
public class LongTopNColumnAggregatesProcessor
extends NullableNumericTopNColumnAggregatesProcessor<BaseLongColumnValueSelector>
-
Constructor Summary
Constructors -
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
-
LongTopNColumnAggregatesProcessor
-
-
Method Details
-
initAggregateStore
public void initAggregateStore()Description copied from interface:TopNColumnAggregatesProcessorInitializes the underlying aggregates store to something nice and seleector type appropriate
-