com.espertech.esper.epl.datetime.interval
Class IntervalComputerFactory.IntervalComputerOverlapsAndByMinMax
java.lang.Object
com.espertech.esper.epl.datetime.interval.IntervalComputerFactory.IntervalComputerOverlapsAndByMinMax
- All Implemented Interfaces:
- IntervalComputer
- Enclosing class:
- IntervalComputerFactory
public static class IntervalComputerFactory.IntervalComputerOverlapsAndByMinMax
- extends java.lang.Object
- implements IntervalComputer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntervalComputerFactory.IntervalComputerOverlapsAndByMinMax
public IntervalComputerFactory.IntervalComputerOverlapsAndByMinMax(boolean overlaps,
IntervalDeltaExprEvaluator minEval,
IntervalDeltaExprEvaluator maxEval)
compute
public java.lang.Boolean compute(long leftStart,
long leftEnd,
long rightStart,
long rightEnd,
EventBean[] eventsPerStream,
boolean newData,
ExprEvaluatorContext context)
- Specified by:
compute
in interface IntervalComputer