| Package | Description |
|---|---|
| io.druid.query.aggregation | |
| io.druid.query.filter | |
| io.druid.segment | |
| io.druid.segment.filter |
| Constructor and Description |
|---|
FilteredAggregator(ValueMatcher matcher,
Aggregator delegate) |
FilteredBufferAggregator(ValueMatcher matcher,
BufferAggregator delegate) |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
BooleanFilter.makeMatcher(BitmapIndexSelector selector,
ValueMatcherFactory valueMatcherFactory,
RowOffsetMatcherFactory rowOffsetMatcherFactory)
Get a ValueMatcher that applies this filter to row values.
|
ValueMatcher |
Filter.makeMatcher(ValueMatcherFactory factory)
Get a ValueMatcher that applies this filter to row values.
|
ValueMatcher |
RowOffsetMatcherFactory.makeRowOffsetMatcher(com.metamx.collections.bitmap.ImmutableBitmap bitmap) |
ValueMatcher |
ValueMatcherFactory.makeValueMatcher(String dimension,
Comparable value)
Create a ValueMatcher that compares row values to the provided value.
|
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(Comparable matchValue,
IncrementalIndexStorageAdapter.EntryHolder holder,
int dimIndex) |
ValueMatcher |
DimensionIndexer.makeIndexingValueMatcher(Comparable matchValue,
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.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValueMatcher |
Copyright © 2011–2016. All rights reserved.