pub type ArrayFuture = BoxFuture<'static, VortexResult<ArrayRef>>;
pub struct ArrayFuture { /* private fields */ }