apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.57k stars 3.54k forks source link

R: convert arrow table or data.frame to parquet raw vector #40421

Open PavloPolovyi opened 8 months ago

PavloPolovyi commented 8 months ago

I couldn't find it in the docs. Is it possible to convert arrow table to parquet raw vector without writing to disk? Or maybe it's possible to write_parquet directly to http url? Thank you in advance!

Component(s)

R

thisisnic commented 7 months ago

It should be possible to write Parquet to a URI; can you tell us a bit more about what you're trying to do?