public interface FilterContext
VectorizedRowBatch.
Each FilterContext consists of an array with the ids (int) of rows that are selected by the
filter, an integer representing the number of selected rows, and a boolean showing if the filter
actually selected any rows.| Modifier and Type | Method and Description |
|---|---|
int[] |
getSelected()
Return an int array with the rows that pass the filter.
|
int |
getSelectedSize()
Return the number of rows that pass the filter.
|
boolean |
isSelectedInUse()
Is the filter applied?
|
void |
reset()
Reset FilterContext variables.
|
void reset()
boolean isSelectedInUse()
int[] getSelected()
int getSelectedSize()
Copyright © 2020 The Apache Software Foundation. All rights reserved.