vortex_array::compute

Function 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.