Skip to content

Commit

Permalink
refactor!: simplify slice_operation.rs (spaceandtimelabs#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner authored Nov 7, 2024
2 parents ca82b96 + ee81ba5 commit bb46fcb
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 179 deletions.
1 change: 1 addition & 0 deletions crates/proof-of-sql/src/base/database/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pub use accessor::{CommitmentAccessor, DataAccessor, MetadataAccessor, SchemaAcc
mod column;
pub use column::{Column, ColumnField, ColumnRef, ColumnType};

#[allow(dead_code)]
mod slice_operation;

mod slice_decimal_operation;
Expand Down
Loading

0 comments on commit bb46fcb

Please sign in to comment.