Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Dec 18, 2024
1 parent f6888a5 commit f5a773d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-file/src/read/splits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl ReadMasked for ReadRowMask {
}
}

/// Accumulates a list of unique row offset, and produces a set of row ranges that aren't filtered out by the provided mask.
/// Takes all row sub-ranges, and produces a set of row ranges that aren't filtered out by the provided mask.
pub struct SplitsAccumulator {
ranges: Box<dyn Iterator<Item = (usize, usize)> + Send>,
row_mask: Option<RowMask>,
Expand Down

0 comments on commit f5a773d

Please sign in to comment.