pub fn compare( left: impl AsRef<Array>, right: impl AsRef<Array>, operator: Operator, ) -> Result<Array, VortexError>