pub trait CompareFn { // Required method fn compare(&self, other: &Array, operator: Operator) -> VortexResult<Array>; }