Skip to content

Commit

Permalink
add NullCount and DataSize statistics to DataBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
broccoliSpicy committed Oct 9, 2024
1 parent 0d669f4 commit 2683106
Show file tree
Hide file tree
Showing 17 changed files with 583 additions and 159 deletions.
2 changes: 1 addition & 1 deletion rust/lance-datagen/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ where
}

#[derive(Copy, Clone, Debug)]
pub struct Seed(u64);
pub struct Seed(pub u64);
pub const DEFAULT_SEED: Seed = Seed(42);

impl From<u64> for Seed {
Expand Down
1 change: 1 addition & 0 deletions rust/lance-encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rand.workspace = true
tempfile.workspace = true
test-log.workspace = true
criterion = { workspace = true }
rand_xoshiro = "0.6.0"

[build-dependencies]
prost-build.workspace = true
Expand Down
Loading

0 comments on commit 2683106

Please sign in to comment.