You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Brian Hulette (JIRA)" <ji...@apache.org> on 2018/06/30 16:19:00 UTC

[jira] [Created] (ARROW-2771) [JS] Add row proxy object accessor

Brian Hulette created ARROW-2771:
------------------------------------

             Summary: [JS] Add row proxy object accessor
                 Key: ARROW-2771
                 URL: https://issues.apache.org/jira/browse/ARROW-2771
             Project: Apache Arrow
          Issue Type: Improvement
          Components: JavaScript
            Reporter: Brian Hulette
            Assignee: Brian Hulette


The {{Table}} class would be much easier to interact with if it returned familiar Javascript objects representing a row. As Jeff Heer [demonstrated|https://beta.observablehq.com/@jheer/from-apache-arrow-to-javascript-objects] it's possible to create JS Proxy objects that read directly from Arrow memory. We should generate these types of objects in {{Table.get}} and in the {{Table}} iterator.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)