Function polars_arrow::array::equal
source ยท pub fn equal(lhs: &dyn Array, rhs: &dyn Array) -> bool
Expand description
Logically compares two Array
s.
Two arrays are logically equal if and only if:
- their data types are equal
- each of their items are equal