public static class IntervalForgeImpl.IntervalOpCalWithEndEval extends IntervalForgeImpl.IntervalOpEvalDateWithEndBase
intervalComputer
Constructor and Description |
---|
IntervalOpCalWithEndEval(IntervalComputerEval intervalComputer,
ExprEvaluator evaluatorEndTimestamp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(long startTs,
long endTs,
java.lang.Object parameterStartTs,
java.lang.Object parameterEndTs,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context) |
evaluate
public IntervalOpCalWithEndEval(IntervalComputerEval intervalComputer, ExprEvaluator evaluatorEndTimestamp)
public java.lang.Object evaluate(long startTs, long endTs, java.lang.Object parameterStartTs, java.lang.Object parameterEndTs, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
evaluate
in class IntervalForgeImpl.IntervalOpEvalDateWithEndBase