Function re_sdk::external::arrow2::array::equal

pub fn equal(lhs: &(dyn Array + 'static), rhs: &(dyn Array + 'static)) -> bool
Expand description

Logically compares two Arrays. Two arrays are logically equal if and only if:

  • their data types are equal
  • each of their items are equal