ComparisonExpr
Represents a comparison expression as described in DynamoDB's making comparisons documentation. The specific type of comparison is identified by the comparator field.
Properties
Link copied to clipboard
The Comparator to use in the expression
Link copied to clipboard
The left value being compared
Link copied to clipboard
The right value being compared
Functions
Link copied to clipboard
Accepts a visitor that is traversing an expression tree by dispatching to a subtype implementation. Subtype implementations MUST call the ExpressionVisitor.visit overload for their concrete type (effectively forming a double dispatch) and MUST return the resulting value.