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