concepts.dsl.expression.ValueCompareExpression#
- class ValueCompareExpression[source]#
Bases:
_CompareExpressionBase
Methods
cached_string
([max_length])Attributes
The comparison operation.
The left-hand side of the comparison.
The right-hand side of the comparison.
- OpType#
alias of
CompareOpType
- __init__(compare_op, lhs, rhs)#
- Parameters:
compare_op (CompareOpType)
- __new__(**kwargs)#
- check_arguments()#
- property arguments: Tuple[ObjectOrValueOutputExpression, ObjectOrValueOutputExpression]#
- compare_op: CompareOpType#
The comparison operation.
- lhs: ValueOutputExpression#
The left-hand side of the comparison.
- rhs: ValueOutputExpression#
The right-hand side of the comparison.