Skip to content

Commit

Permalink
Validity
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Apr 6, 2024
1 parent e3a7edf commit 47f6eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vortex-array2/src/array/bool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub struct BoolMetadata {
length: usize,
}

#[allow(clippy::len_without_is_empty)]
impl BoolMetadata {
pub fn validity(&self) -> &ValidityMetadata {
&self.validity
Expand Down
1 change: 1 addition & 0 deletions vortex-array2/src/array/ree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub struct REEMetadata {
ends_dtype: DType,
}

#[allow(clippy::len_without_is_empty)]
impl REEMetadata {
pub fn len(&self) -> usize {
self.length
Expand Down

0 comments on commit 47f6eb8

Please sign in to comment.