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