Skip to main content

numeric

Function numeric 

Source
pub fn numeric(
    lhs: &dyn Array,
    rhs: &dyn Array,
    op: NumericOperator,
) -> VortexResult<ArrayRef>
👎Deprecated: Use ArrayBuiltins::binary instead
Expand description

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