public abstract class TimestampRangePredicate<I> extends IndexPredicate<I>
name, value| Modifier | Constructor and Description |
|---|---|
protected |
TimestampRangePredicate(FieldDef<I,Timestamp> def,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
abstract Date |
getMaxTimestamp() |
abstract Date |
getMinTimestamp() |
protected static Timestamp |
parse(String value) |
getField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, orprotected static Timestamp parse(String value) throws QueryParseException
QueryParseExceptionpublic abstract Date getMinTimestamp()
public abstract Date getMaxTimestamp()