| Package | Description |
|---|---|
| org.apache.druid.query.filter.vector |
| 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.
|
VectorMatch |
VectorMatch.removeAll(ReadableVectorMatch other)
Removes all rows from this object that occur in "other", in place, and returns a reference to this object.
|
VectorMatch |
VectorMatch.setSelectionSize(int newSelectionSize)
Sets the valid selectionSize, and returns a reference to this object.
|
static VectorMatch |
VectorMatch.wrap(int[] selection)
Creates a new match object with selectionSize = 0, and the provided array as a backing array.
|
| 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.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.