Class TimestampRangeChangePredicate

    • Field Summary

      • Fields inherited from class com.google.gerrit.index.query.OperatorPredicate

        name, value
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCost()  
      • Methods inherited from class com.google.gerrit.index.query.TimestampRangePredicate

        getMaxTimestamp, getMinTimestamp, parse
      • Methods inherited from class com.google.gerrit.index.query.IndexPredicate

        getField, getType
      • Methods inherited from class com.google.gerrit.index.query.OperatorPredicate

        copy, equals, getOperator, getValue, hashCode, toString
      • Methods inherited from class com.google.gerrit.index.query.Predicate

        and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
      • Methods inherited from interface com.google.gerrit.index.query.Matchable

        match
    • Constructor Detail

      • TimestampRangeChangePredicate

        protected TimestampRangeChangePredicate​(com.google.gerrit.index.FieldDef<ChangeData,​Timestamp> def,
                                                String name,
                                                String value)
    • Method Detail

      • getCost

        public int getCost()
        Specified by:
        getCost in interface com.google.gerrit.index.query.Matchable<ChangeData>