java.lang.Object
org.apache.arrow.gandiva.evaluator.SelectionVector
- Direct Known Subclasses:
SelectionVectorInt16
,SelectionVectorInt32
A selection vector contains the indexes of "selected" records in a row batch. It is backed by an
arrow buffer. Client manages the lifecycle of the arrow buffer - to release the reference.
-
Constructor Details
-
SelectionVector
-
-
Method Details
-
getBuffer
-
getMaxRecords
public final int getMaxRecords() -
getRecordCount
public final int getRecordCount() -
getIndex
public abstract int getIndex(int index)
-