| Package | Description |
|---|---|
| org.apache.druid.query.dimension | |
| org.apache.druid.query.extraction | |
| org.apache.druid.query.lookup | |
| org.apache.druid.segment.join.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,
Boolean optimize,
LookupExtractorFactoryContainerProvider lookupExtractorFactoryContainerProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapLookupExtractor |
| Modifier and Type | Method and Description |
|---|---|
LookupExtractor |
LookupExtractionFn.getLookup() |
| Constructor and Description |
|---|
LookupExtractionFn(LookupExtractor lookup,
boolean retainMissingValue,
String replaceMissingValueWith,
Boolean injective,
Boolean optimize) |
| Modifier and Type | Method and Description |
|---|---|
static LookupJoinMatcher |
LookupJoinMatcher.create(LookupExtractor extractor,
ColumnSelectorFactory leftSelectorFactory,
JoinConditionAnalysis condition,
boolean remainderNeeded) |
static LookupJoinable |
LookupJoinable.wrap(LookupExtractor extractor) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.