Uses of Enum
org.apache.druid.segment.serde.DictionaryEncodedColumnPartSerde.VERSION
Packages that use DictionaryEncodedColumnPartSerde.VERSION
-
Uses of DictionaryEncodedColumnPartSerde.VERSION in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as DictionaryEncodedColumnPartSerde.VERSIONModifier and TypeFieldDescriptionprotected DictionaryEncodedColumnPartSerde.VERSIONGlobalDictionaryEncodedFieldColumnWriter.version -
Uses of DictionaryEncodedColumnPartSerde.VERSION in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return DictionaryEncodedColumnPartSerde.VERSIONModifier and TypeMethodDescriptionDictionaryEncodedColumnPartSerde.VERSION.fromByte(byte b) Returns the enum constant of this type with the specified name.DictionaryEncodedColumnPartSerde.VERSION.values()Returns an array containing the constants of this enum type, in the order they are declared.