Skip to content

Commit

Permalink
convert arrow array to Postgres rows
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt committed Oct 2, 2024
1 parent e8319e5 commit 047ff2e
Show file tree
Hide file tree
Showing 22 changed files with 1,257 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arrow_parquet.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub(crate) mod arrow_to_pg;
pub(crate) mod arrow_utils;
pub(crate) mod codec;
pub(crate) mod parquet_writer;
Expand Down
Loading

0 comments on commit 047ff2e

Please sign in to comment.