public static class RowFilter.SimpleExpression extends RowFilter.Expression
RowFilter.Expression.Kind
column, 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, validateForIndexing
public boolean isSatisfiedBy(CFMetaData metadata, DecoratedKey partitionKey, Row row)
RowFilter.Expression
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).public java.lang.String toString()
toString
in class java.lang.Object
protected RowFilter.Expression.Kind kind()
kind
in class RowFilter.Expression
Copyright © 2018 The Apache Software Foundation