adjust / parquet_fdw

Parquet foreign data wrapper for PostgreSQL
PostgreSQL License
352 stars 38 forks source link

feature request: support insert to parquet file #21

Closed yjhjstz closed 4 years ago

yjhjstz commented 4 years ago

any plan or idea ?

zilder commented 4 years ago

Hi @yjhjstz,

currently there is no such plan. But that may change in time.

yjhjstz commented 4 years ago

But I have one question that how to use arrow c++ api to write float array(FLOAT4ARRAYOID) ?

zilder commented 4 years ago

You can use this example: https://github.com/apache/arrow/blob/master/cpp/examples/parquet/parquet-arrow/reader-writer.cc