public abstract class TimestampRangeChangePredicate extends com.google.gerrit.index.query.TimestampRangePredicate<ChangeData> implements com.google.gerrit.index.query.Matchable<ChangeData>
Modifier | Constructor and Description |
---|---|
protected |
TimestampRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,Timestamp> def,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
getMaxTimestamp, getMinTimestamp, parse
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
protected TimestampRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,Timestamp> def, String name, String value)
public int getCost()
getCost
in interface com.google.gerrit.index.query.Matchable<ChangeData>