Uses of Class
org.apache.druid.query.filter.vector.VectorMatch
-
Packages that use VectorMatch Package Description org.apache.druid.query.filter.vector -
-
Uses of VectorMatch in org.apache.druid.query.filter.vector
Methods in org.apache.druid.query.filter.vector that return VectorMatch Modifier and Type Method Description VectorMatchVectorMatch. addAll(ReadableVectorMatch other, VectorMatch scratch)Adds all rows from "other" to this object, using "scratch" as scratch space if needed.VectorMatchVectorMatch. removeAll(ReadableVectorMatch other)Removes all rows from this object that occur in "other", in place, and returns a reference to this object.VectorMatchVectorMatch. setSelectionSize(int newSelectionSize)Sets the valid selectionSize, and returns a reference to this object.static VectorMatchVectorMatch. wrap(int[] selection)Creates a new match object with selectionSize = 0, and the provided array as a backing array.Methods in org.apache.druid.query.filter.vector with parameters of type VectorMatch Modifier and Type Method Description VectorMatchVectorMatch. addAll(ReadableVectorMatch other, VectorMatch scratch)Adds all rows from "other" to this object, using "scratch" as scratch space if needed.static ReadableVectorMatchVectorValueMatcher. matchNulls(ReadableVectorMatch mask, VectorMatch match, boolean[] nullVector)
-