Uses of Class
org.apache.arrow.vector.table.Table
Packages that use Table
-
Uses of Table in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table that return TableModifier and TypeMethodDescriptionTable.addVector
(int index, FieldVector vector) Returns a new Table created by adding the given vector to the vectors in this Table.Table.copy()
Returns a deep copy of this table.static Table
Table.of
(FieldVector... vectors) Constructs a new instance from vectors.Table.removeVector
(int index) Returns a new Table created by removing the selected Vector from this Table.Table.slice
(int index) Slice this table from desired index.Table.slice
(int index, int length) Slice this table at desired index and length.