You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Paul Taylor (JIRA)" <ji...@apache.org> on 2019/02/13 05:18:00 UTC

[jira] [Updated] (ARROW-4555) [JS] Add high-level Table and Column creation methods

     [ https://issues.apache.org/jira/browse/ARROW-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Taylor updated ARROW-4555:
-------------------------------
    Fix Version/s:     (was: 0.4.1)
                   JS-0.5.0

> [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.5.0
>
>
> 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
(v7.6.3#76005)