Re: [Parquet][C++] Loading from in-memory buffers

2023-06-19 Thread Kohei Yoshida
) Regards Antoine. Le 19/06/2023 à 14:57, Kohei Yoshida a écrit : Hello there, I would like to get some guidance on how to load Parquet files from an in-memory buffers.  I have already managed to load from files by following this tutorial: https://arrow.apache.org/docs/cpp/parquet.html and I

[Parquet][C++] Loading from in-memory buffers

2023-06-19 Thread Kohei Yoshida
ts it supports. LibreOffice itself uses orcus's in-memory buffer API to achieve file loading due to the way its file loading mechanism works. Currently, I'm temporarily saving the incoming buffer to a temporary file and loading from it, but that's far from ideal... Thanks, Kohei Y