Skip to main content

binary

Function binary 

Source
pub fn binary(
    operator: Operator,
    lhs: BoundExpression,
    rhs: BoundExpression,
) -> BoundExpression
Expand description

Creates a bound binary expression with the given operator.