Class FloatTopNColumnAggregatesProcessor
- java.lang.Object
-
- org.apache.druid.query.topn.types.NullableNumericTopNColumnAggregatesProcessor<BaseFloatColumnValueSelector>
-
- org.apache.druid.query.topn.types.FloatTopNColumnAggregatesProcessor
-
- All Implemented Interfaces:
ColumnSelectorStrategy,TopNColumnAggregatesProcessor<BaseFloatColumnValueSelector>
public class FloatTopNColumnAggregatesProcessor extends NullableNumericTopNColumnAggregatesProcessor<BaseFloatColumnValueSelector>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFloatTopNColumnAggregatesProcessor(Function<Object,Object> converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitAggregateStore()Initializes the underlying aggregates store to something nice and seleector type appropriate-
Methods inherited from class org.apache.druid.query.topn.types.NullableNumericTopNColumnAggregatesProcessor
closeAggregators, getCardinality, getRowSelector, scanAndAggregate, updateResults
-
-
-
-
Method Detail
-
initAggregateStore
public void initAggregateStore()
Description copied from interface:TopNColumnAggregatesProcessorInitializes the underlying aggregates store to something nice and seleector type appropriate
-
-