public class AgePredicate extends TimestampRangeChangePredicate
| Modifier and Type | Field and Description |
|---|---|
protected long |
cut |
name, value| Constructor and Description |
|---|
AgePredicate(String value) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getMaxTimestamp() |
Timestamp |
getMinTimestamp() |
boolean |
match(ChangeData object)
Does this predicate match this object?
|
getCostparsegetField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, orpublic AgePredicate(String value)
public Timestamp getMinTimestamp()
getMinTimestamp in class TimestampRangePredicate<ChangeData>public Timestamp getMaxTimestamp()
getMaxTimestamp in class TimestampRangePredicate<ChangeData>public boolean match(ChangeData object)
Matchable