Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Feb 27, 2025
1 parent ea2c755 commit b6c84f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vortex-array/src/nbytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub trait NBytes: Array {
for buffer in array.buffers() {
nbytes += buffer.len();
}
nbytes += array.metadata().map_or(0, |b| b.len());
}
nbytes
}
Expand Down

0 comments on commit b6c84f5

Please sign in to comment.