Uses of Class
org.apache.arrow.vector.table.Row
-
Uses of Row in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionBaseTable.immutableRow()
Returns an immutable Row object holding a reference to this table.Row.next()
Returns the next non-deleted row in the table.Row.resetPosition()
Resets the current row to -1 and returns this object.Row.setPosition
(int rowNumber) Moves this Row to the given 0-based row index.