Uses of Class
org.apache.druid.query.topn.BaseTopNAlgorithm
-
Packages that use BaseTopNAlgorithm Package Description org.apache.druid.query.topn -
-
Uses of BaseTopNAlgorithm in org.apache.druid.query.topn
Subclasses of BaseTopNAlgorithm in org.apache.druid.query.topn Modifier and Type Class Description 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().classTimeExtractionTopNAlgorithm
-