pub fn numeric(
lhs: &dyn Array,
rhs: &dyn Array,
op: NumericOperator,
) -> VortexResult<ArrayRef>👎Deprecated: Use
ArrayBuiltins::binary insteadExpand description
Point-wise numeric operation between two arrays of the same type and length.