Skip to content

Commit 878f9b1

Browse files
authored
Chore: refactor rle module (#5455)
same as the last 2 Signed-off-by: Connor Tsui <[email protected]>
1 parent e1fee19 commit 878f9b1

File tree

12 files changed

+854
-759
lines changed

12 files changed

+854
-759
lines changed

encodings/fastlanes/src/delta/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mod array;
55
pub use array::DeltaArray;
66
pub use array::delta_compress::delta_compress;
77

8-
pub mod compute;
8+
mod compute;
99

1010
mod vtable;
1111
pub use vtable::{DeltaEncoding, DeltaVTable};

0 commit comments

Comments
 (0)