Uses of Class
org.apache.druid.query.extraction.StringFormatExtractionFn.NullHandling
-
Packages that use StringFormatExtractionFn.NullHandling Package Description org.apache.druid.query.extraction -
-
Uses of StringFormatExtractionFn.NullHandling in org.apache.druid.query.extraction
Methods in org.apache.druid.query.extraction that return StringFormatExtractionFn.NullHandling Modifier and Type Method Description static StringFormatExtractionFn.NullHandlingStringFormatExtractionFn.NullHandling. forValue(String value)StringFormatExtractionFn.NullHandlingStringFormatExtractionFn. getNullHandling()static StringFormatExtractionFn.NullHandlingStringFormatExtractionFn.NullHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static StringFormatExtractionFn.NullHandling[]StringFormatExtractionFn.NullHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.query.extraction with parameters of type StringFormatExtractionFn.NullHandling Constructor Description StringFormatExtractionFn(String format, StringFormatExtractionFn.NullHandling nullHandling)
-