We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5312315 commit 42bdc29Copy full SHA for 42bdc29
vortex-array/src/arrays/masked/vtable/operator.rs
@@ -15,7 +15,7 @@ impl OperatorVTable<MaskedVTable> for MaskedVTable {
15
selection: Option<&ArrayRef>,
16
ctx: &mut dyn BindCtx,
17
) -> VortexResult<BatchKernelRef> {
18
- // A masked array performs the intersection if the mask validity with the child validity.
+ // A masked array performs the intersection of the mask validity with the child validity.
19
let mask = ctx.bind_validity(&array.validity, array.len(), selection)?;
20
let child = ctx.bind(&array.child, selection)?;
21
0 commit comments