MaskExecutor

Trait MaskExecutor 

Source
pub trait MaskExecutor {
    // Required method
    fn execute_mask(&self, session: &VortexSession) -> VortexResult<Mask>;
}
Expand description

Executor for exporting a Vortex Mask from an ArrayRef.

Required Methods§

Source

fn execute_mask(&self, session: &VortexSession) -> VortexResult<Mask>

Execute the array to produce a mask.

Implementors§