pub fn subtract_dyn(left: &dyn Array, right: &dyn Array) -> Result<ArrayRef>
Expand description

Perform left - right operation on two arrays. If either left or right value is null then the result is also null.