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.
pub fn numeric(
lhs: &dyn Array,
rhs: &dyn Array,
op: NumericOperator,
) -> VortexResult<ArrayRef>
Point-wise numeric operation between two arrays of the same type and length.