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