Initializer
init(_:_:_:)
Create an
SQLBinaryExpression from two operand expressions and a predefined binary operator.init(_ left: any SQLExpression, _ op: SQLBinaryOperator, _ right: any SQLExpression)
Parameters
leftThe left-side operand.
opThe binary operator.
rightThe right-side operand.