Class ColumnCondition.Bound

java.lang.Object
org.apache.cassandra.cql3.conditions.ColumnCondition.Bound
Enclosing class:
ColumnCondition

public abstract static class ColumnCondition.Bound extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • appliesTo

      public abstract boolean appliesTo(Row row)
      Validates whether this condition applies to current.
    • getCollectionElementValue

      public ByteBuffer 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.