Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Oct 25, 2024
1 parent 1f017ff commit ae84b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/arrow/arrow_reader/boolean_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl BooleanRowSelection {

/// Combines this [`BooleanRowSelection`] with another using logical AND on the selected bits.
///
/// Unlike [`intersection`], the `other` [`BooleanRowSelection`] must have exactly as many set bits as `self`.
/// Unlike intersection, the `other` [`BooleanRowSelection`] must have exactly as many set bits as `self`.
/// This method will keep only the bits in `self` that are also set in `other`
/// at the positions corresponding to `self`'s set bits.
pub fn and_then(&self, other: &Self) -> Self {
Expand Down

0 comments on commit ae84b56

Please sign in to comment.