Function datafusion_expr::interval_arithmetic::apply_operator

source ยท
pub fn apply_operator(
    op: &Operator,
    lhs: &Interval,
    rhs: &Interval,
) -> Result<Interval>
Expand description

Applies the given binary operator the lhs and rhs arguments.