; >>
> >> [1]
> https://github.com/apache/arrow/blob/35119f29b0e0de68b1ccc5f2066e0cc7d27fddd0/cpp/src/arrow/compute/exec/filter_node.cc#L98
> >>
> >>
> >> Yaron.
> >>
> >>
> >> From: Yue Ni
>
>> 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
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
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
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