Package | Description |
---|---|
com.espertech.esper.epl.datetime.interval |
Interval algebra.
|
Modifier and Type | Method and Description |
---|---|
static IntervalStartEndParameterPair |
IntervalStartEndParameterPair.fromParamsWithLongMaxEnd(ExprOptionalConstant[] parameters) |
static IntervalStartEndParameterPair |
IntervalStartEndParameterPair.fromParamsWithSameEnd(ExprOptionalConstant[] parameters) |
Constructor and Description |
---|
IntervalComputerAfterWithDeltaExpr(IntervalStartEndParameterPair pair) |
IntervalComputerBeforeWithDeltaExpr(IntervalStartEndParameterPair pair) |
IntervalComputerCoincidesWithDeltaExpr(IntervalStartEndParameterPair pair) |
IntervalComputerConstantAfter(IntervalStartEndParameterPair pair) |
IntervalComputerConstantBase(IntervalStartEndParameterPair pair,
boolean allowSwitch) |
IntervalComputerConstantBefore(IntervalStartEndParameterPair pair) |
IntervalComputerConstantCoincides(IntervalStartEndParameterPair pair) |