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
ConstructorsModifierConstructorDescriptionprotectedFloatTopNColumnAggregatesProcessor(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
-
FloatTopNColumnAggregatesProcessor
-
-
Method Details
-
initAggregateStore
public void initAggregateStore()Description copied from interface:TopNColumnAggregatesProcessorInitializes the underlying aggregates store to something nice and seleector type appropriate
-