datafusion_expr::interval_arithmetic

Function 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.