[ 
https://issues.apache.org/jira/browse/ARROW-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661577#comment-17661577
 ] 

Rok Mihevc commented on ARROW-4555:
-----------------------------------

This issue has been migrated to [issue 
#21103|https://github.com/apache/arrow/issues/21103] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [JS] Add high-level Table and Column creation methods
> -----------------------------------------------------
>
>                 Key: ARROW-4555
>                 URL: https://issues.apache.org/jira/browse/ARROW-4555
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: JavaScript
>    Affects Versions: JS-0.4.0
>            Reporter: Paul Taylor
>            Assignee: Paul Taylor
>            Priority: Major
>             Fix For: JS-0.4.1
>
>
> 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:
> {code:actionscript}
> const table = Table.new(
>   Column.new('foo', ...),
>   Column.new('bar', ...)
> );
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to