Package | Description |
---|---|
io.druid.query.dimension | |
io.druid.query.extraction | |
io.druid.query.lookup | |
io.druid.server.lookup |
Modifier and Type | Method and Description |
---|---|
LookupExtractor |
LookupDimensionSpec.getLookup() |
Constructor and Description |
---|
LookupDimensionSpec(String dimension,
String outputName,
LookupExtractor lookup,
boolean retainMissingValue,
String replaceMissingValueWith,
String name,
LookupReferencesManager lookupReferencesManager,
Boolean optimize) |
Modifier and Type | Class and Description |
---|---|
class |
MapLookupExtractor |
Modifier and Type | Method and Description |
---|---|
LookupExtractor |
KafkaLookupExtractorFactory.get() |
LookupExtractor |
NamespaceLookupExtractorFactory.get() |
LookupExtractor |
MapLookupExtractorFactory.get() |
LookupExtractor |
LookupExtractionFn.getLookup() |
Constructor and Description |
---|
LookupExtractionFn(LookupExtractor lookup,
boolean retainMissingValue,
String replaceMissingValueWith,
boolean injective,
Boolean optimize) |
Modifier and Type | Class and Description |
---|---|
class |
LoadingLookup
Loading lookup will load the key\value pair upon request on the key it self, the general algorithm is load key if absent.
|
class |
PollingLookup |
Copyright © 2011–2017. All rights reserved.