pub fn div(lhs: &dyn Array, rhs: &dyn Array) -> Box<dyn Array>
Available on crate feature compute_arithmetics only.
Expand description

Divide of two Arrays.

Panic

This function panics iff

  • the opertion is not supported for the logical types (use can_div to check)
  • the arrays have a different length