| Interface | Description |
|---|---|
| BitmapIndexSelector | |
| BooleanFilter | |
| DimFilter | |
| DruidFloatPredicate |
FloatPredicate is only supported in Java 8+, so use this to avoid boxing when a float predicate is needed.
|
| DruidLongPredicate |
LongPredicate is only supported in Java 8+, so use this to avoid boxing when a long predicate is needed.
|
| DruidPredicateFactory | |
| Filter |
Filter.getBitmapIndex(io.druid.query.filter.BitmapIndexSelector) and Filter.getBitmapResult(io.druid.query.filter.BitmapIndexSelector, io.druid.query.BitmapResultFactory<T>) methods both have default implementations, delegating to each
other. |
| RowOffsetMatcherFactory | |
| ValueGetter | |
| ValueMatcher | |
| ValueMatcherColumnSelectorStrategy<ValueSelectorType extends ColumnValueSelector> |
| Enum | Description |
|---|---|
| LikeDimFilter.LikeMatcher.SuffixMatch |
Copyright © 2011–2017. All rights reserved.