Macro datafusion::binary_array_op[][src]

macro_rules! binary_array_op {
    ($LEFT:expr, $RIGHT:expr, $OP:ident) => { ... };
}

The binary_array_op macro includes types that extend beyond the primitive, such as Utf8 strings.