pub fn eq(lhs: &dyn Array, rhs: &dyn Array) -> BooleanArray
Available on crate feature compute_comparison only.
Expand description

== between two Arrays. Use can_eq to check whether the operation is valid

Panic

Panics iff either:

  • the arrays do not have have the same logical type
  • the arrays do not have the same length
  • the operation is not supported for the logical type