ArrayFuture

Type Alias ArrayFuture 

Source
pub type ArrayFuture = BoxFuture<'static, VortexResult<ArrayRef>>;

Aliased Type§

pub struct ArrayFuture { /* private fields */ }

Trait Implementations§

Source§

impl ArrayFutureExt for ArrayFuture

Source§

fn masked(self, mask: MaskFuture) -> Self

Returns a new ArrayFuture that masks the output with a mask