Uses of Class
org.apache.druid.query.topn.PooledTopNAlgorithm.PooledTopNParams
Packages that use PooledTopNAlgorithm.PooledTopNParams
-
Uses of PooledTopNAlgorithm.PooledTopNParams in org.apache.druid.query.topn
Methods in org.apache.druid.query.topn that return PooledTopNAlgorithm.PooledTopNParamsModifier and TypeMethodDescriptionPooledTopNAlgorithm.PooledTopNParams.Builder.build()PooledTopNAlgorithm.makeInitParams(ColumnSelectorPlus selectorPlus, Cursor cursor, CursorGranularizer granularizer) Methods in org.apache.druid.query.topn with parameters of type PooledTopNAlgorithm.PooledTopNParamsModifier and TypeMethodDescriptionvoidPooledTopNAlgorithm.cleanup(PooledTopNAlgorithm.PooledTopNParams params) protected BufferAggregator[]PooledTopNAlgorithm.makeDimValAggregateStore(PooledTopNAlgorithm.PooledTopNParams params) protected int[]PooledTopNAlgorithm.makeDimValSelector(PooledTopNAlgorithm.PooledTopNParams params, int numProcessed, int numToProcess) protected longPooledTopNAlgorithm.scanAndAggregate(PooledTopNAlgorithm.PooledTopNParams params, int[] positions, BufferAggregator[] theAggregators) protected voidPooledTopNAlgorithm.updateResults(PooledTopNAlgorithm.PooledTopNParams params, int[] positions, BufferAggregator[] theAggregators, TopNResultBuilder resultBuilder)