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

Method HasDate

be/src/runtime/timestamp-value.h:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 bool HasDate() const { return !date_.is_special(); }
184 bool HasTime() const { return !time_.is_special(); }
185 bool HasDateAndTime() const { return HasDate() && HasTime(); }
186

Callers 15

TimestampAvgGetValueMethod · 0.80
FromTimestampMethod · 0.80
YearMethod · 0.80
MonthMethod · 0.80
QuarterMethod · 0.80
DayOfWeekMethod · 0.80
DayOfMonthMethod · 0.80
DayOfYearMethod · 0.80
WeekOfYearMethod · 0.80
ToDateMethod · 0.80
MonthsBetweenMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestFromDoubleUnixTimeFunction · 0.64
TESTFunction · 0.64