Package com.google.gerrit.index.query
Class TimestampRangePredicate<I>
java.lang.Object
com.google.gerrit.index.query.Predicate<I>
com.google.gerrit.index.query.OperatorPredicate<I>
com.google.gerrit.index.query.IndexPredicate<I>
com.google.gerrit.index.query.TimestampRangePredicate<I>
- All Implemented Interfaces:
- Matchable<I>
- Direct Known Subclasses:
- TimestampRangeChangePredicate
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gerrit.index.query.PredicatePredicate.Any<T>
- 
Field SummaryFields inherited from class com.google.gerrit.index.query.OperatorPredicatename, value
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedTimestampRangePredicate(SchemaFieldDefs.SchemaField<I, Timestamp> def, String name, String value) 
- 
Method SummaryMethods inherited from class com.google.gerrit.index.query.IndexPredicategetCost, getField, getType, matchMethods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toStringMethods inherited from class com.google.gerrit.index.query.Predicateand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getFlattenedPredicateList, getLeafCount, getPredicateString, isLeaf, isMatchable, not, or, or, supportedForQueriesMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.gerrit.index.query.MatchablematchResult
- 
Constructor Details- 
TimestampRangePredicateprotected TimestampRangePredicate(SchemaFieldDefs.SchemaField<I, Timestamp> def, String name, String value) 
 
- 
- 
Method Details- 
parse- Throws:
- QueryParseException
 
- 
getValueTimestamp
- 
getMinTimestamp
- 
getMaxTimestamp
 
-