Function vortex_array::compute::add_scalar
source ยท pub fn add_scalar(
lhs: impl AsRef<ArrayData>,
rhs: Scalar,
) -> VortexResult<ArrayData>
Expand description
Point-wise add a scalar value to this array on the right-hand-side.