The contiguous {@link RecordBatch RecordBatch
} chunks of the Table rows.
The contiguous {@link RecordBatch RecordBatch
} chunks of the Table rows.
The number of null rows in this Table.
The number of columns in this Table.
The number of rows in this Table.
Iterator for rows in this Table.
Get an element value by position.
The index of the element to read.
Get the size in bytes of an element by index.
The index at which to get the byteLength.
Returns a child Vector by name, or null if this Vector has no child with the given name.
The name of the child to retrieve.
Retrieve the index of the first occurrence of a value in an Vector.
The value to locate in the Vector.
The index at which to begin the search. If offset is omitted, the search starts at index 0.
Check whether an element is null.
The index at which to read the validity bitmap.
Construct a new Table containing only specified columns.
Names of columns to keep.
A new Table of columns matching the specified names.
Set an element value by position.
The index of the element to write.
The value to set.
Return a zero-copy sub-section of this Table.
The end of the specified portion of the Table. This is exclusive of the element at the index 'end'.
Return a JavaScript Array of the Table rows.
An Array of Table rows.
Returns a string representation of the Table rows.
A string representation of the Table rows.
Generated using TypeDoc
Tables are collections of Vectors and have a Schema. Use the convenience methods makeTable or tableFromArrays to create a table in JavaScript. To create a table from the IPC format, use tableFromIPC.