public class DTLocalUtil extends Object
Constructor and Description |
---|
DTLocalUtil() |
Modifier and Type | Method and Description |
---|---|
protected static void |
evaluateCalOpsCalendar(List<CalendarOp> calendarOps,
Calendar cal,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected static void |
evaluateCalOpsCalendarCodegen(CodegenBlock block,
List<CalendarForge> calendarForges,
CodegenExpressionRef cal,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
protected static LocalDateTime |
evaluateCalOpsLDT(List<CalendarOp> calendarOps,
LocalDateTime ldt,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected static void |
evaluateCalOpsLDTCodegen(CodegenBlock block,
String resultVariable,
List<CalendarForge> calendarForges,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
protected static ZonedDateTime |
evaluateCalOpsZDT(List<CalendarOp> calendarOps,
ZonedDateTime zdt,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
protected static void |
evaluateCalOpsZDTCodegen(CodegenBlock block,
String resultVariable,
List<CalendarForge> calendarForges,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
static List<CalendarOp> |
getCalendarOps(List<CalendarForge> forges) |
public static List<CalendarOp> getCalendarOps(List<CalendarForge> forges)
protected static void evaluateCalOpsCalendar(List<CalendarOp> calendarOps, Calendar cal, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
protected static void evaluateCalOpsCalendarCodegen(CodegenBlock block, List<CalendarForge> calendarForges, CodegenExpressionRef cal, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
protected static LocalDateTime evaluateCalOpsLDT(List<CalendarOp> calendarOps, LocalDateTime ldt, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
protected static void evaluateCalOpsLDTCodegen(CodegenBlock block, String resultVariable, List<CalendarForge> calendarForges, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
protected static ZonedDateTime evaluateCalOpsZDT(List<CalendarOp> calendarOps, ZonedDateTime zdt, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
protected static void evaluateCalOpsZDTCodegen(CodegenBlock block, String resultVariable, List<CalendarForge> calendarForges, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
Copyright © 2005–2018. All rights reserved.