public class FalseVectorMatcher extends Object implements VectorValueMatcher
| Constructor and Description |
|---|
FalseVectorMatcher(VectorSizeInspector vectorSizeInspector) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentVectorSize()
Returns the current vector size for this cursor.
|
int |
getMaxVectorSize()
Returns the maximum vector size for this cursor.
|
ReadableVectorMatch |
match(ReadableVectorMatch mask)
Examine the current vector and return a match indicating what is accepted.
|
public FalseVectorMatcher(VectorSizeInspector vectorSizeInspector)
public ReadableVectorMatch match(ReadableVectorMatch mask)
VectorValueMatchermatch in interface VectorValueMatchermask - must not be null; use VectorMatch.allTrue(int) if you don't need a mask.public int getMaxVectorSize()
VectorSizeInspectorgetMaxVectorSize in interface VectorSizeInspectorpublic int getCurrentVectorSize()
VectorSizeInspectorVectorSizeInspector.getMaxVectorSize().getCurrentVectorSize in interface VectorSizeInspectorCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.