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

Divide an Array with a Scalar.

Panic

This function panics iff

  • the opertion is not supported for the logical types (use can_div to check)