Function datafusion_python::datafusion_expr::interval_arithmetic::apply_operator
source ยท pub fn apply_operator(
op: &Operator,
lhs: &Interval,
rhs: &Interval,
) -> Result<Interval, DataFusionError>Expand description
Applies the given binary operator the lhs and rhs arguments.