Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
JS-0.4.0
-
None
Description
It'd be great to have a few high-level functions that implicitly create the Schema, RecordBatches, etc. from a Table and a list of Columns. For example:
const table = Table.new( Column.new('foo', ...), Column.new('bar', ...) );