pub trait TakeFromFn<A> { // Required method fn take_from( &self, indices: A, array: &dyn Array, ) -> VortexResult<Option<ArrayRef>>; }