MCPcopy Create free account
hub / github.com/apache/impala / IsValid

Method IsValid

be/src/runtime/date-value.h:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 int week_of_year, int day_of_week);
83
84 bool IsValid() const {
85 return days_since_epoch_ != INVALID_DAYS_SINCE_EPOCH;
86 }
87
88 /// If this DateValue instance is valid, return the string representation formatted as
89 /// 'yyyy-MM-dd'.

Callers 11

TESTFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
ParseSimpleDateFormatMethod · 0.45
ParseIsoSqlFormatMethod · 0.45
FormatMethod · 0.45
GetDayOfWeekMethod · 0.45
FindMiddleDateMethod · 0.45
MonthsBetweenMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
RunMethod · 0.36
RunMethod · 0.36