Class StringUtf8DictionaryEncodedColumn.MultiValueStringVectorObjectSelector

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

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