Uses of Enum Class
org.apache.druid.query.extraction.StringFormatExtractionFn.NullHandling
Packages that use StringFormatExtractionFn.NullHandling
-
Uses of StringFormatExtractionFn.NullHandling in org.apache.druid.query.extraction
Methods in org.apache.druid.query.extraction that return StringFormatExtractionFn.NullHandlingModifier and TypeMethodDescriptionStringFormatExtractionFn.getNullHandling()Returns the enum constant of this class with the specified name.StringFormatExtractionFn.NullHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.druid.query.extraction with parameters of type StringFormatExtractionFn.NullHandlingModifierConstructorDescriptionStringFormatExtractionFn(String format, StringFormatExtractionFn.NullHandling nullHandling)