Initializer
init(left:op:right:)
Creates a binary expression.
init(left: any AQLExpression, op: Operator, right: any AQLExpression)
Parameters
left-
The left operand
op-
The operator
right-
The right operand
Initializer
Creates a binary expression.
init(left: any AQLExpression, op: Operator, right: any AQLExpression)
leftThe left operand
opThe operator
rightThe right operand