Uses of Interface
org.apache.druid.query.topn.TopNAlgorithm
-
Packages that use TopNAlgorithm Package Description org.apache.druid.query.topn -
-
Uses of TopNAlgorithm in org.apache.druid.query.topn
Classes in org.apache.druid.query.topn that implement TopNAlgorithm Modifier and Type Class Description classAggregateTopNMetricFirstAlgorithmThisTopNAlgorithmis tailored to processing aggregates on high cardility columns which are likely to have larger result sets.classBaseTopNAlgorithm<DimValSelector,DimValAggregateStore,Parameters extends TopNParams>classHeapBasedTopNAlgorithmHeap based topn algorithm that handles aggregates on dimension extractions and numeric typed dimension columns.classPooledTopNAlgorithmThisTopNAlgorithmis highly specialized for processing aggregates on string columns that areColumnCapabilities.isDictionaryEncoded()andColumnCapabilities.areDictionaryValuesUnique().classTimeExtractionTopNAlgorithmMethods in org.apache.druid.query.topn with parameters of type TopNAlgorithm Modifier and Type Method Description voidDefaultTopNQueryMetrics. algorithm(TopNAlgorithm algorithm)voidTopNQueryMetrics. algorithm(TopNAlgorithm algorithm)Constructors in org.apache.druid.query.topn with parameters of type TopNAlgorithm Constructor Description TopNMapFn(TopNQuery query, TopNAlgorithm topNAlgorithm)
-