Function create_binary_expr

Source
fn create_binary_expr(op: BinaryOperator, left: &Column, right: &Column) -> Expr