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