public class DTLocalLocalDateTimeOpsIntervalEval extends Object
Modifier and Type | Field and Description |
---|---|
protected List<CalendarOp> |
calendarOps |
protected IntervalOp |
intervalOp |
Constructor and Description |
---|
DTLocalLocalDateTimeOpsIntervalEval(List<CalendarOp> calendarOps,
IntervalOp intervalOp,
TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
codegen(DTLocalLocalDateTimeOpsIntervalForge forge,
CodegenExpression inner,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
static CodegenExpression |
codegen(DTLocalLocalDateTimeOpsIntervalForge forge,
CodegenExpressionRef start,
CodegenExpressionRef end,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Object |
evaluate(Object target,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
Object |
evaluate(Object startTimestamp,
Object endTimestamp,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected final List<CalendarOp> calendarOps
protected final IntervalOp intervalOp
public DTLocalLocalDateTimeOpsIntervalEval(List<CalendarOp> calendarOps, IntervalOp intervalOp, TimeZone timeZone)
public Object evaluate(Object target, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
public static CodegenExpression codegen(DTLocalLocalDateTimeOpsIntervalForge forge, CodegenExpression inner, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
public Object evaluate(Object startTimestamp, Object endTimestamp, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
public static CodegenExpression codegen(DTLocalLocalDateTimeOpsIntervalForge forge, CodegenExpressionRef start, CodegenExpressionRef end, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
Copyright © 2005–2018. All rights reserved.