CrunchyData / pg_parquet

Copy to/from Parquet in S3 from within PostgreSQL
Other
361 stars 11 forks source link

COPY FROM api #31

Closed aykut-bozkurt closed 1 month ago

aykut-bozkurt commented 1 month ago

Adds COPY FROM parquet api, which internally uses Postgres binary protocol to populate tables from parquet file.

aykut-bozkurt commented 1 month ago

Addressed at development branch.