Uses of Class
org.apache.druid.segment.serde.DictionaryEncodedColumnPartSerde.Feature
-
Packages that use DictionaryEncodedColumnPartSerde.Feature Package Description org.apache.druid.segment.serde -
-
Uses of DictionaryEncodedColumnPartSerde.Feature in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return DictionaryEncodedColumnPartSerde.Feature Modifier and Type Method Description static DictionaryEncodedColumnPartSerde.FeatureDictionaryEncodedColumnPartSerde.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static DictionaryEncodedColumnPartSerde.Feature[]DictionaryEncodedColumnPartSerde.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-