pub(crate) fn arrow_rtruediv( arr: &dyn Datum, val: &dyn Datum, ) -> Result<ArrayRef, String>
Performs val / arr
val / arr