Skip to content

Commit 9f120d9

Browse files
committed
refactor rle module
Signed-off-by: Connor Tsui <[email protected]>
1 parent e1fee19 commit 9f120d9

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)