pub fn add_scalar(lhs: &dyn Array, rhs: Scalar) -> VortexResult<ArrayRef>
Expand description
Point-wise add a scalar value to this array on the right-hand-side.
pub fn add_scalar(lhs: &dyn Array, rhs: Scalar) -> VortexResult<ArrayRef>
Point-wise add a scalar value to this array on the right-hand-side.