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

Remainder of two Arrays.

Panic

This function panics iff

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