Rest
...batches: readonly RecordBatch<T>[]Readonly
TArrayReadonly
TTypeReadonly
TValueReadonly
batchesThe contiguous RecordBatch RecordBatch
chunks of the Table rows.
Readonly
schemaThe number of null rows in this Table.
The number of columns in this Table.
The number of rows in this Table.
Get an element value by position.
The index of the element to read. A negative index will count back from the last element.
Get an element value by position.
The index of the element to read.
Retrieve the index of the first occurrence of a value in an Vector.
The value to locate in the Vector.
Optional
offset: numberThe index at which to begin the search. If offset is omitted, the search starts at index 0.
Set an element value by position.
The index of the element to write.
The value to set.
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.