pub fn apply_operator( op: &Operator, lhs: &Interval, rhs: &Interval, ) -> Result<Interval, DataFusionError>
Applies the given binary operator the lhs and rhs arguments.
lhs
rhs