Re: ExecBatch in arrow execution engine

2022-05-09 Thread Yue Ni
; >> > >> [1] > https://github.com/apache/arrow/blob/35119f29b0e0de68b1ccc5f2066e0cc7d27fddd0/cpp/src/arrow/compute/exec/filter_node.cc#L98 > >> > >> > >> Yaron. > >> > >> > >> From: Yue Ni >

Re: ExecBatch in arrow execution engine

2022-05-09 Thread David Li
>> does [1], for example. >> >> [1] >> https://github.com/apache/arrow/blob/35119f29b0e0de68b1ccc5f2066e0cc7d27fddd0/cpp/src/arrow/compute/exec/filter_node.cc#L98 >> >> >> Yaron. >> >> >> From: Yue Ni &g

Re: ExecBatch in arrow execution engine

2022-05-09 Thread Weston Pace
e does > [1], for example. > > [1] > https://github.com/apache/arrow/blob/35119f29b0e0de68b1ccc5f2066e0cc7d27fddd0/cpp/src/arrow/compute/exec/filter_node.cc#L98 > > > Yaron. > > ____ > From: Yue Ni > Sent: Monday, May 9, 2022 10:28 AM > To: dev@arro

Re: ExecBatch in arrow execution engine

2022-05-09 Thread Yaron Gvili
5f2066e0cc7d27fddd0/cpp/src/arrow/compute/exec/filter_node.cc#L98 Yaron. From: Yue Ni Sent: Monday, May 9, 2022 10:28 AM To: dev@arrow.apache.org Subject: ExecBatch in arrow execution engine Hi there, I would like to use apache arrow execution engine for som

ExecBatch in arrow execution engine

2022-05-09 Thread Yue Ni
Hi there, I would like to use apache arrow execution engine for some computation. I found `ExecBatch` instead of `RecordBatch` is used for execution engine's node, and I wonder how I can attach some additional information such as schema/metadata for the `ExecBatch` during execution so that they ca