pub trait OptimizeFn<A> { // Required method fn optimize(&self, array: A) -> VortexResult<ArrayRef>; }