Class Comparison
java.lang.Object
io.deephaven.query.parameterized.constraint.Comparison
- All Implemented Interfaces:
Constraint
,Serializable
A Comparison to the specified value.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.deephaven.query.parameterized.Constraint
Constraint.Visitor<T>
-
Field Summary
Fields inherited from interface io.deephaven.query.parameterized.Constraint
UNCONSTRAINED
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
getValue()
static Comparison
greaterThan
(String value) static Comparison
greaterThanEqual
(String value) static Comparison
static Comparison
lessThanEqual
(String value) <T> T
traverse
(Constraint.Visitor<T> visitor)
-
Method Details
-
lessThan
-
lessThanEqual
-
greaterThan
-
greaterThanEqual
-
getValue
-
getType
-
traverse
- Specified by:
traverse
in interfaceConstraint
-