Skip to content

Commit

Permalink
delete statistics for NullableBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
broccoliSpicy committed Oct 10, 2024
1 parent 71667ff commit 1af7ec6
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 218 deletions.
1 change: 1 addition & 0 deletions rust/lance-encoding/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ use lance_core::{Error, Result};
use crate::{buffer::LanceBuffer, statistics::Stat};

/// `Encoding` enum serves as a encoding registeration center.
///
/// All the encodings added to Lance should register here, and
/// these encodings can be dynamically selected during encoding,
/// users can also specify the particular encoding they want to use in the field metadata.
Expand Down
Loading

0 comments on commit 1af7ec6

Please sign in to comment.