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

Multiply two Arrays.

Panic

This function panics iff

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