Function numeric

Source
pub fn numeric(
    lhs: &dyn Array,
    rhs: &dyn Array,
    op: NumericOperator,
) -> VortexResult<ArrayRef>
Expand description

Point-wise numeric operation between two arrays of the same type and length.