Uses of Class
org.apache.druid.segment.serde.DictionaryEncodedColumnPartSerde.VERSION
-
Packages that use DictionaryEncodedColumnPartSerde.VERSION Package Description org.apache.druid.segment.nested org.apache.druid.segment.serde -
-
Uses of DictionaryEncodedColumnPartSerde.VERSION in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as DictionaryEncodedColumnPartSerde.VERSION Modifier and Type Field Description protected DictionaryEncodedColumnPartSerde.VERSIONGlobalDictionaryEncodedFieldColumnWriter. version -
Uses of DictionaryEncodedColumnPartSerde.VERSION in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return DictionaryEncodedColumnPartSerde.VERSION Modifier and Type Method Description static DictionaryEncodedColumnPartSerde.VERSIONDictionaryEncodedColumnPartSerde.VERSION. fromByte(byte b)static DictionaryEncodedColumnPartSerde.VERSIONDictionaryEncodedColumnPartSerde.VERSION. valueOf(String name)Returns the enum constant of this type with the specified name.static DictionaryEncodedColumnPartSerde.VERSION[]DictionaryEncodedColumnPartSerde.VERSION. values()Returns an array containing the constants of this enum type, in the order they are declared.
-