Skip to content

Commit

Permalink
datastore: split out formatting & sanity checks in their own modules (#…
Browse files Browse the repository at this point in the history
…1625)

* put sanity checks in their own module

* put formatting stuff in its own module
  • Loading branch information
teh-cmc authored Mar 20, 2023
1 parent c11266d commit 28b526e
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 685 deletions.
2 changes: 2 additions & 0 deletions crates/re_arrow_store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
mod arrow_util;
mod store;
mod store_format;
mod store_gc;
mod store_read;
mod store_sanity;
mod store_stats;
mod store_write;

Expand Down
Loading

0 comments on commit 28b526e

Please sign in to comment.