Uses of Class
org.apache.arrow.vector.table.Row
Packages that use Row
-
Uses of Row in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table that return RowModifier 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.Methods in org.apache.arrow.vector.table that return types with arguments of type Row