Skip to content

Commit

Permalink
Converts Arrow arrays 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 88ff267 commit c2c8fa3
Show file tree
Hide file tree
Showing 22 changed files with 1,251 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 c2c8fa3

Please sign in to comment.