Class StringUtf8DictionaryEncodedColumn

java.lang.Object
org.apache.druid.segment.column.StringUtf8DictionaryEncodedColumn
All Implemented Interfaces:
Closeable, AutoCloseable, BaseColumn, DictionaryEncodedColumn<String>, SelectableColumn, NestedCommonFormatColumn

public class StringUtf8DictionaryEncodedColumn extends Object implements DictionaryEncodedColumn<String>, NestedCommonFormatColumn
DictionaryEncodedColumn<String> for a column which has a ByteBuffer based UTF-8 dictionary.

Implements NestedCommonFormatColumn so it can be used as a reader for single value string specializations of AutoTypeColumnIndexer.