Class ColumnCondition.Bound
java.lang.Object
org.apache.cassandra.cql3.conditions.ColumnCondition.Bound
- Enclosing class:
- ColumnCondition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanValidates whether this condition applies tocurrent.protected static booleancompareWithOperator(Operator operator, AbstractType<?> type, ByteBuffer value, ByteBuffer otherValue) Returns true if the operator is satisfied (i.e.
-
Field Details
-
column
-
comparisonOperator
-
-
Constructor Details
-
Bound
-
-
Method Details
-
appliesTo
Validates whether this condition applies tocurrent. -
getCollectionElementValue
-
compareWithOperator
protected static boolean compareWithOperator(Operator operator, AbstractType<?> type, ByteBuffer value, ByteBuffer otherValue) Returns true if the operator is satisfied (i.e. "otherValue operator value == true"), false otherwise.
-