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?
|
getCost
parse
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
public 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