Class StringUtf8DictionaryEncodedColumn.StringVectorObjectSelector

java.lang.Object
org.apache.druid.segment.column.StringUtf8DictionaryEncodedColumn.StringVectorObjectSelector
All Implemented Interfaces:
VectorObjectSelector, VectorSizeInspector
Enclosing class:
StringUtf8DictionaryEncodedColumn

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