public static class IntervalComputerFactory.IntervalComputerConstantCoincides extends java.lang.Object implements IntervalComputer
Constructor and Description |
---|
IntervalComputerConstantCoincides(IntervalStartEndParameterPair pair) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
compute(long leftStart,
long leftEnd,
long rightStart,
long rightEnd,
EventBean[] eventsPerStream,
boolean newData,
ExprEvaluatorContext context) |
static java.lang.Boolean |
computeInternal(long left,
long leftEnd,
long right,
long rightEnd,
long startThreshold,
long endThreshold) |
public IntervalComputerConstantCoincides(IntervalStartEndParameterPair pair) throws ExprValidationException
ExprValidationException
public java.lang.Boolean compute(long leftStart, long leftEnd, long rightStart, long rightEnd, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext context)
compute
in interface IntervalComputer
public static java.lang.Boolean computeInternal(long left, long leftEnd, long right, long rightEnd, long startThreshold, long endThreshold)