public interface VectorValueMatcher extends VectorSizeInspector
Filter "makeVectorMatcher" method, where it is used to
identify selected rows for filtered cursors and filtered aggregators.org.apache.druid.query.filter.ValueMatcher, the non-vectorized version| Modifier and Type | Method and Description |
|---|---|
ReadableVectorMatch |
match(ReadableVectorMatch mask)
Examine the current vector and return a match indicating what is accepted.
|
getCurrentVectorSize, getMaxVectorSizeReadableVectorMatch match(ReadableVectorMatch mask)
mask - must not be null; use VectorMatch.allTrue(int) if you don't need a mask.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.