public class DTLocalCalOpsLongEval extends Object implements DTLocalEvaluator
Modifier and Type | Field and Description |
---|---|
protected List<CalendarOp> |
calendarOps |
Constructor and Description |
---|
DTLocalCalOpsLongEval(List<CalendarOp> calendarOps,
TimeZone timeZone,
TimeAbacus timeAbacus) |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
codegen(DTLocalCalOpsLongForge forge,
CodegenExpression inner,
CodegenParamSetExprPremade params,
CodegenContext context) |
Object |
evaluate(Object target,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected final List<CalendarOp> calendarOps
public DTLocalCalOpsLongEval(List<CalendarOp> calendarOps, TimeZone timeZone, TimeAbacus timeAbacus)
public Object evaluate(Object target, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
evaluate
in interface DTLocalEvaluator
public static CodegenExpression codegen(DTLocalCalOpsLongForge forge, CodegenExpression inner, CodegenParamSetExprPremade params, CodegenContext context)