Class StringUtf8DictionaryEncodedColumn.StringSingleValueDimensionVectorSelector

java.lang.Object
org.apache.druid.segment.column.StringUtf8DictionaryEncodedColumn.StringSingleValueDimensionVectorSelector
All Implemented Interfaces:
DimensionDictionarySelector, IdLookup, SingleValueDimensionVectorSelector, VectorSizeInspector
Enclosing class:
StringUtf8DictionaryEncodedColumn

public abstract static class StringUtf8DictionaryEncodedColumn.StringSingleValueDimensionVectorSelector extends Object implements SingleValueDimensionVectorSelector, IdLookup
Base type for a SingleValueDimensionVectorSelector for a dictionary encoded ColumnType.STRING built around a ColumnarInts. Dictionary not included - BYO dictionary lookup methods.

Assumes that all implementations return true for supportsLookupNameUtf8().