> I don't think there is currently a direct equivalent to
> `FlightRecordBatchStream` in the arrow javascript library, but you should
> be able to combine the data header + body and then read it using the
> `fromIPC` functions since it's just the Arrow IPC format
The RecordBatchReader[1] _should_
I don't think there is currently a direct equivalent to
`FlightRecordBatchStream` in the arrow javascript library, but you should
be able to combine the data header + body and then read it using the
`fromIPC` functions since it's just the Arrow IPC format
On Fri, Mar 15, 2024 at 5:39 AM Alexander