| Package | Description |
|---|---|
| io.druid.query.filter | |
| io.druid.segment | |
| io.druid.segment.filter |
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaScriptDimFilter.JavaScriptPredicateFactory |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
ValueMatcherFactory.makeValueMatcher(String dimension,
DruidPredicateFactory predicateFactory)
Create a ValueMatcher that applies a predicate to row values.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
StringDimensionIndexer.makeIndexingValueMatcher(DruidPredicateFactory predicateFactory,
IncrementalIndexStorageAdapter.EntryHolder holder,
int dimIndex) |
ValueMatcher |
DimensionIndexer.makeIndexingValueMatcher(DruidPredicateFactory predicateFactory,
IncrementalIndexStorageAdapter.EntryHolder holder,
int dimIndex)
Return a ValueMatcher that accepts an EntryHolder containing the current TimeAndDims key and the array index of this
indexer's dimension within the TimeAndDims key.
|
| Constructor and Description |
|---|
DimensionPredicateFilter(String dimension,
DruidPredicateFactory predicateFactory,
ExtractionFn extractionFn) |
Copyright © 2011–2016. All rights reserved.