Uses of Interface
org.apache.druid.segment.column.DictionaryEncodedColumn
Packages that use DictionaryEncodedColumn
Package
Description
-
Uses of DictionaryEncodedColumn in org.apache.druid.segment.column
Classes in org.apache.druid.segment.column that implement DictionaryEncodedColumnModifier and TypeClassDescriptionclassDictionaryEncodedColumn<String>for a column which has aByteBufferbased UTF-8 dictionary.Method parameters in org.apache.druid.segment.column with type arguments of type DictionaryEncodedColumnModifier and TypeMethodDescriptionColumnBuilder.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 DictionaryEncodedColumnModifier and TypeClassDescriptionclassNestedFieldDictionaryEncodedColumn<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