Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-4555

[JS] Add high-level Table and Column creation methods

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • JS-0.4.0
    • JS-0.4.1
    • JavaScript
    • 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', ...)
      );
      

      Attachments

        Activity

          People

            paul.e.taylor Paul Taylor
            paul.e.taylor Paul Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: