Class DictionaryEncodedColumnIndexer<KeyType,ActualType extends Comparable<ActualType>>

java.lang.Object
org.apache.druid.segment.DictionaryEncodedColumnIndexer<KeyType,ActualType>
All Implemented Interfaces:
DimensionIndexer<Integer,KeyType,ActualType>
Direct Known Subclasses:
StringDimensionIndexer

public abstract class DictionaryEncodedColumnIndexer<KeyType,ActualType extends Comparable<ActualType>> extends Object implements DimensionIndexer<Integer,KeyType,ActualType>
Basic structure for indexing dictionary encoded columns