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