Skip to content

Commit

Permalink
Adds copy hook utils
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt committed Oct 2, 2024
1 parent 09698ac commit 3627d3d
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use pgrx::prelude::*;

mod arrow_parquet;
mod parquet_copy_hook;
mod pgrx_utils;
mod type_compat;

Expand Down
1 change: 1 addition & 0 deletions src/parquet_copy_hook.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub(crate) mod copy_utils;
Loading

0 comments on commit 3627d3d

Please sign in to comment.