Interface VectorValueMatcher

All Superinterfaces:
VectorSizeInspector
All Known Implementing Classes:
BaseVectorValueMatcher, BooleanVectorValueMatcher

public interface VectorValueMatcher extends VectorSizeInspector
An object that returns a boolean indicating if the "current" row should be selected or not. The most prominent use of this interface is that it is returned by the Filter "makeVectorMatcher" method, where it is used to identify selected rows for filtered cursors and filtered aggregators.