Re: Javascript object => Arrow Table

2021-06-10 Thread Dominik Moritz
Hi Lana, We don’t right now but it’s certainly something we would like to add. I recently added support for typed arrays in Table.new ( https://github.com/apache/arrow/pull/10151) and filed a Jira to support constructing Tables from arrays of objects in https://issues.apache.

Javascript object => Arrow Table

2021-06-10 Thread Lana Ramjit
Hi all, As the subject line indicates, I'm wondering if there's a library standard way of converting a javascript object to an arrow table. Specifically, I'm trying to get interoperability between knex <=> Arrow, since knex returns an array of objects. I found this issue from a couple years ago