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,java.sql.Timestamp> def,
java.lang.String name,
java.lang.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,java.sql.Timestamp> def, java.lang.String name, java.lang.String value)
public int getCost()
getCost
in interface com.google.gerrit.index.query.Matchable<ChangeData>