Uses of Interface
org.apache.druid.segment.column.DictionaryEncodedColumn
-
Packages that use DictionaryEncodedColumn Package Description org.apache.druid.segment.column org.apache.druid.segment.nested org.apache.druid.segment.serde -
-
Uses of DictionaryEncodedColumn in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement DictionaryEncodedColumn Modifier and Type Class Description classStringUtf8DictionaryEncodedColumnDictionaryEncodedColumnfor a column which has aByteBufferbased UTF-8 dictionary.Method parameters in org.apache.druid.segment.column with type arguments of type DictionaryEncodedColumn Modifier and Type Method Description ColumnBuilderColumnBuilder. setDictionaryEncodedColumnSupplier(com.google.common.base.Supplier<? extends DictionaryEncodedColumn<?>> columnSupplier) -
Uses of DictionaryEncodedColumn in org.apache.druid.segment.nested
Classes in org.apache.druid.segment.nested that implement DictionaryEncodedColumn Modifier and Type Class Description classNestedFieldDictionaryEncodedColumn<TStringDictionary extends Indexed<ByteBuffer>>classVariantColumn<TStringDictionary extends Indexed<ByteBuffer>>NestedCommonFormatColumnfor single type array columns, and mixed type columns. -
Uses of DictionaryEncodedColumn in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return DictionaryEncodedColumn Modifier and Type Method Description DictionaryEncodedColumn<?>StringUtf8DictionaryEncodedColumnSupplier. get()
-