Appends columns of another table to this table.
Appends columns of another table to this table.
the table to append
the table itself
Appends column to this table.
Appends column to this table.
the label and column to append
the table itself
Appends new records to columns.
Appends new records to columns.
the new records to append
the table itself
Removes column from this table.
Removes column from this table.
the label of column to remove
the table itself
Appends new records to columns.
Appends new records to columns.
the new records to append
Due performance lack not use by bulk operations.
Select a column by its label in the table.
Select a column by its label in the table.
where columns are selected
column by label
Columns.
Columns.
The columns.
Applies a function to all columns of this table.
Applies a function to all columns of this table.
self-explanatory
Inserts new records at a given index into columns.
Inserts new records at a given index into columns.
the index where new records are inserted
the traversable collection containing the records to insert.
labels of columns.
labels of columns.
the labels of columns.
Columns.
Columns.
Records.
Converts this table to bytes.
Converts this table to bytes.
self-explanatory
to convert, 0 convert all
scala.Bytes of table
A printable Table.
Ensure that column is typed.
Ensure that column is typed.
of column
with type
Column based table.