Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestValidTimestampValue
Method · 0.80
TimestampAvgGetValue
Method · 0.80
FromTimestamp
Method · 0.80
Year
Method · 0.80
Month
Method · 0.80
Quarter
Method · 0.80
DayOfWeek
Method · 0.80
DayOfMonth
Method · 0.80
DayOfYear
Method · 0.80
WeekOfYear
Method · 0.80
ToDate
Method · 0.80
MonthsBetween
Method · 0.80
Calls
no outgoing calls
Tested by
4
TestValidTimestampValue
Method · 0.64
TestFromDoubleUnixTime
Function · 0.64
TestFromSubSecondFunctions
Function · 0.64
TEST
Function · 0.64