BinaryPredicate

BinaryPredicate(left_operand, binary_op, right_operand)

Parameters

left_operand
ComparisonOperand
required
The left operand of the binary operation.
binary_op
BinaryOp
required
The binary operation to perform.
right_operand
ComparisonOperand
required
The right operand of the binary operation.

Inheritance

Inheritance Chain:
  • BinaryPredicate
  • QueryPredicate

Properties

binary_op
BinaryOp
The binary operation type.
left_operand
ComparisonOperand
The left operand of the operation.
right_operand
ComparisonOperand
The right operand of the operation.