Package | Description |
---|---|
io.druid.query.aggregation | |
io.druid.query.filter | |
io.druid.segment.filter |
Constructor and Description |
---|
FilteredAggregator(ValueMatcher matcher,
Aggregator delegate) |
FilteredBufferAggregator(ValueMatcher matcher,
BufferAggregator delegate) |
Modifier and Type | Method and Description |
---|---|
ValueMatcher |
Filter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
ValueMatcherFactory.makeValueMatcher(String dimension,
Comparable value) |
ValueMatcher |
ValueMatcherFactory.makeValueMatcher(String dimension,
com.google.common.base.Predicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanValueMatcher |
Modifier and Type | Method and Description |
---|---|
ValueMatcher |
SpatialFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
SelectorFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
OrFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
NotFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
JavaScriptFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
InFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
DimensionPredicateFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
BoundFilter.makeMatcher(ValueMatcherFactory factory) |
ValueMatcher |
AndFilter.makeMatcher(ValueMatcherFactory factory) |
Copyright © 2011–2016. All rights reserved.