public class DTLocalBeanIntervalWithEndEval extends java.lang.Object implements DTLocalEvaluator
Constructor and Description |
---|
DTLocalBeanIntervalWithEndEval(EventPropertyGetter getterStartTimestamp,
EventPropertyGetter getterEndTimestamp,
com.espertech.esper.epl.datetime.dtlocal.DTLocalEvaluatorIntervalComp inner) |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
codegen(DTLocalBeanIntervalWithEndForge forge,
CodegenExpression inner,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
java.lang.Object |
evaluate(java.lang.Object target,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
public DTLocalBeanIntervalWithEndEval(EventPropertyGetter getterStartTimestamp, EventPropertyGetter getterEndTimestamp, com.espertech.esper.epl.datetime.dtlocal.DTLocalEvaluatorIntervalComp inner)
public java.lang.Object evaluate(java.lang.Object target, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
evaluate
in interface DTLocalEvaluator
public static CodegenExpression codegen(DTLocalBeanIntervalWithEndForge forge, CodegenExpression inner, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)