Package | Description |
---|---|
com.yahoo.bard.webservice.druid.model.dimension.extractionfunction |
Modifier and Type | Class and Description |
---|---|
class |
MapLookup
Lookup property of Lookup Extraction Function using provided map as key value mapping.
|
class |
NamespaceLookup
Lookup property of Lookup Extraction Function using namespace as key value mapping.
|
Modifier and Type | Method and Description |
---|---|
Lookup |
LookupExtractionFunction.getLookup() |
Modifier and Type | Method and Description |
---|---|
LookupExtractionFunction |
LookupExtractionFunction.withLookup(Lookup lookup) |
Constructor and Description |
---|
LookupExtractionFunction(Lookup lookup)
Convenience Constructor,
|
LookupExtractionFunction(Lookup lookup,
Boolean retainMissingValue,
String replaceMissingValueWith,
Boolean injective,
Boolean optimize)
Constructor.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.