| Interface | Description |
|---|---|
| ReadableVectorMatch |
The result of calling
VectorValueMatcher.match(org.apache.druid.query.filter.vector.ReadableVectorMatch). |
| VectorValueMatcher |
An object that returns a boolean indicating if the "current" row should be selected or not.
|
| VectorValueMatcherFactory |
| Class | Description |
|---|---|
| BaseVectorValueMatcher | |
| BooleanVectorValueMatcher | |
| DoubleVectorValueMatcher | |
| FalseVectorMatcher | |
| FloatVectorValueMatcher | |
| LongVectorValueMatcher | |
| MultiValueStringVectorValueMatcher | |
| SingleValueStringVectorValueMatcher | |
| TrueVectorMatcher | |
| VectorMatch |
Implementation class for ReadableVectorMatch.
|
| VectorValueMatcherColumnProcessorFactory |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.