Package | Description |
---|---|
io.druid.query.extraction |
Modifier and Type | Method and Description |
---|---|
static StringFormatExtractionFn.NullHandling |
StringFormatExtractionFn.NullHandling.forValue(String value) |
StringFormatExtractionFn.NullHandling |
StringFormatExtractionFn.getNullHandling() |
static StringFormatExtractionFn.NullHandling |
StringFormatExtractionFn.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.
|
Constructor and Description |
---|
StringFormatExtractionFn(String format,
StringFormatExtractionFn.NullHandling nullHandling) |
Copyright © 2011–2017. All rights reserved.