Class RowFilter.SimpleExpression

  • Enclosing class:
    RowFilter

    public static class RowFilter.SimpleExpression
    extends RowFilter.Expression
    An expression of the form 'column' 'op' 'value'.
    • Method Detail

      • isSatisfiedBy

        public boolean isSatisfiedBy​(TableMetadata metadata,
                                     DecoratedKey partitionKey,
                                     Row row)
        Description copied from class: RowFilter.Expression
        Returns whether the provided row satisfied this expression or not.
        Specified by:
        isSatisfiedBy in class RowFilter.Expression
        partitionKey - the partition key for row to check.
        row - the row to check. It should *not* contain deleted cells (i.e. it should come from a RowIterator).
        Returns:
        whether the row is satisfied by this expression.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object