public static class RowFilter.SimpleExpression extends RowFilter.Expression
RowFilter.Expression.Kindcolumn, operator, value| Modifier and Type | Method and Description | 
|---|---|
| boolean | isSatisfiedBy(CFMetaData metadata,
             DecoratedKey partitionKey,
             Row row)Returns whether the provided row satisfied this expression or not. | 
| protected RowFilter.Expression.Kind | kind() | 
| java.lang.String | toString() | 
column, equals, getIndexValue, getValue, hashCode, isContains, isContainsKey, isCustom, isUserDefined, operator, validate, validateForIndexingpublic boolean isSatisfiedBy(CFMetaData metadata, DecoratedKey partitionKey, Row row)
RowFilter.ExpressionisSatisfiedBy in class RowFilter.ExpressionpartitionKey - 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).public java.lang.String toString()
toString in class java.lang.Objectprotected RowFilter.Expression.Kind kind()
kind in class RowFilter.ExpressionCopyright © 2018 The Apache Software Foundation