Uses of Interface
org.apache.druid.query.topn.TopNAlgorithm
Packages that use TopNAlgorithm
-
Uses of TopNAlgorithm in org.apache.druid.query.topn
Classes in org.apache.druid.query.topn that implement TopNAlgorithmModifier and TypeClassDescriptionclassThisTopNAlgorithmis tailored to processing aggregates on high cardility columns which are likely to have larger result sets.classBaseTopNAlgorithm<DimValSelector,DimValAggregateStore, Parameters extends TopNParams> classHeap based topn algorithm that handles aggregates on dimension extractions and numeric typed dimension columns.classThisTopNAlgorithmis highly specialized for processing aggregates on string columns that areColumnCapabilities.isDictionaryEncoded()andColumnCapabilities.areDictionaryValuesUnique().classMethods in org.apache.druid.query.topn with parameters of type TopNAlgorithmModifier and TypeMethodDescriptionvoidDefaultTopNQueryMetrics.algorithm(TopNAlgorithm algorithm) voidTopNQueryMetrics.algorithm(TopNAlgorithm algorithm) Constructors in org.apache.druid.query.topn with parameters of type TopNAlgorithm