| Package | Description |
|---|---|
| org.apache.druid.query.filter.vector |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorMatch
Implementation class for ReadableVectorMatch.
|
| Modifier and Type | Method and Description |
|---|---|
static ReadableVectorMatch |
VectorMatch.allFalse()
Creates a match that matches nothing.
|
static ReadableVectorMatch |
VectorMatch.allTrue(int numRows)
Creates a match that matches everything up to "numRows".
|
ReadableVectorMatch |
FalseVectorMatcher.match(ReadableVectorMatch mask) |
ReadableVectorMatch |
BooleanVectorValueMatcher.match(ReadableVectorMatch mask) |
ReadableVectorMatch |
TrueVectorMatcher.match(ReadableVectorMatch mask) |
ReadableVectorMatch |
VectorValueMatcher.match(ReadableVectorMatch mask)
Examine the current vector and return a match indicating what is accepted.
|
| Modifier and Type | Method and Description |
|---|---|
VectorMatch |
VectorMatch.addAll(ReadableVectorMatch other,
VectorMatch scratch)
Adds all rows from "other" to this object, using "scratch" as scratch space if needed.
|
VectorMatch |
VectorMatch.copyFrom(ReadableVectorMatch other)
Copies "other" into this object, and returns a reference to this object.
|
boolean |
VectorMatch.isValid(ReadableVectorMatch mask) |
boolean |
ReadableVectorMatch.isValid(ReadableVectorMatch mask)
Checks if this match is valid (increasing row numbers, no out-of-range row numbers).
|
ReadableVectorMatch |
FalseVectorMatcher.match(ReadableVectorMatch mask) |
ReadableVectorMatch |
BooleanVectorValueMatcher.match(ReadableVectorMatch mask) |
ReadableVectorMatch |
TrueVectorMatcher.match(ReadableVectorMatch mask) |
ReadableVectorMatch |
VectorValueMatcher.match(ReadableVectorMatch mask)
Examine the current vector and return a match indicating what is accepted.
|
VectorMatch |
VectorMatch.removeAll(ReadableVectorMatch other)
Removes all rows from this object that occur in "other", in place, and returns a reference to this object.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.