Skip to content

Commit afb8906

Browse files
committed
u
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 1862d45 commit afb8906

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vortex-array/src/validity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ impl Validity {
244244
}
245245
}
246246

247+
#[inline]
247248
pub fn execute_mask(&self, length: usize, ctx: &mut ExecutionCtx) -> VortexResult<Mask> {
248249
match self {
249250
Self::NonNullable | Self::AllValid => Ok(Mask::AllTrue(length)),

0 commit comments

Comments
 (0)