Class ColumnCondition.Bound

  • Enclosing class:
    ColumnCondition

    public abstract static class ColumnCondition.Bound
    extends java.lang.Object
    • Method Detail

      • appliesTo

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

        public java.nio.ByteBuffer getCollectionElementValue()
      • compareWithOperator

        protected static boolean compareWithOperator​(Operator operator,
                                                     AbstractType<?> type,
                                                     java.nio.ByteBuffer value,
                                                     java.nio.ByteBuffer otherValue)
        Returns true if the operator is satisfied (i.e. "otherValue operator value == true"), false otherwise.