Uses of Interface
org.apache.druid.segment.DimensionIndexer
-
Packages that use DimensionIndexer Package Description org.apache.druid.segment org.apache.druid.segment.incremental -
-
Uses of DimensionIndexer in org.apache.druid.segment
Classes in org.apache.druid.segment that implement DimensionIndexer Modifier and Type Class Description classAutoTypeColumnIndexerclassDictionaryEncodedColumnIndexer<KeyType,ActualType extends Comparable<ActualType>>Basic structure for indexing dictionary encoded columnsclassDoubleDimensionIndexerclassFloatDimensionIndexerclassLongDimensionIndexerclassNestedDataColumnIndexerV4classStringDimensionIndexerMethods in org.apache.druid.segment that return DimensionIndexer Modifier and Type Method Description DimensionIndexer<EncodedType,EncodedKeyComponentType,ActualType>DimensionHandler. makeIndexer(boolean useMaxMemoryEstimates)Creates a new DimensionIndexer, a per-dimension object responsible for processing ingested rows in-memory, used by the IncrementalIndex.DimensionIndexer<Double,Double,Double>DoubleDimensionHandler. makeIndexer(boolean useMaxMemoryEstimates)DimensionIndexer<Float,Float,Float>FloatDimensionHandler. makeIndexer(boolean useMaxMemoryEstimates)DimensionIndexer<Long,Long,Long>LongDimensionHandler. makeIndexer(boolean useMaxMemoryEstimates)DimensionIndexer<StructuredData,StructuredData,StructuredData>NestedCommonFormatColumnHandler. makeIndexer(boolean useMaxMemoryEstimates)DimensionIndexer<StructuredData,StructuredData,StructuredData>NestedDataColumnHandlerV4. makeIndexer(boolean useMaxMemoryEstimates)DimensionIndexer<Integer,int[],String>StringDimensionHandler. makeIndexer(boolean useMaxMemoryEstimates) -
Uses of DimensionIndexer in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return DimensionIndexer Modifier and Type Method Description DimensionIndexerIncrementalIndex.DimensionDesc. getIndexer()
-