| Package | Description |
|---|---|
| org.apache.druid.query.aggregation | |
| org.apache.druid.query.filter | |
| org.apache.druid.query.filter.vector | |
| org.apache.druid.segment.filter |
| Constructor and Description |
|---|
FilteredVectorAggregator(VectorValueMatcher matcher,
VectorAggregator delegate) |
| Modifier and Type | Method and Description |
|---|---|
default VectorValueMatcher |
Filter.makeVectorMatcher(VectorColumnSelectorFactory factory)
Get a VectorValueMatcher that applies this filter to row vectors.
|
VectorValueMatcher |
InDimFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseVectorValueMatcher |
class |
BooleanVectorValueMatcher |
| Modifier and Type | Method and Description |
|---|---|
VectorValueMatcher |
SingleValueStringVectorValueMatcher.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
FloatVectorValueMatcher.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
StringObjectVectorValueMatcher.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
LongVectorValueMatcher.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
DoubleVectorValueMatcher.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
ObjectVectorValueMatcher.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
MultiValueStringVectorValueMatcher.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
VectorValueMatcherFactory.makeMatcher(DruidPredicateFactory predicateFactory) |
VectorValueMatcher |
SingleValueStringVectorValueMatcher.makeMatcher(String value) |
VectorValueMatcher |
FloatVectorValueMatcher.makeMatcher(String value) |
VectorValueMatcher |
StringObjectVectorValueMatcher.makeMatcher(String value) |
VectorValueMatcher |
LongVectorValueMatcher.makeMatcher(String value) |
VectorValueMatcher |
DoubleVectorValueMatcher.makeMatcher(String value) |
VectorValueMatcher |
ObjectVectorValueMatcher.makeMatcher(String value) |
VectorValueMatcher |
MultiValueStringVectorValueMatcher.makeMatcher(String value) |
VectorValueMatcher |
VectorValueMatcherFactory.makeMatcher(String value) |
default VectorValueMatcher |
VectorValueMatcherFactory.makeNullValueMatcher(VectorValueSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
VectorValueMatcher |
DimensionPredicateFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
ExpressionFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
NotFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
SelectorFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
LikeFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
TrueFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
FalseFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
AndFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
BoundFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
VectorValueMatcher |
OrFilter.makeVectorMatcher(VectorColumnSelectorFactory factory) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.