Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetSecond
Function
GetSecond
be/src/util/time.cc:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
static inline time_t GetSecond(const chrono::system_clock::time_point& t) {
35
return chrono::system_clock::to_time_t(t);
36
}
37
38
static inline int64_t GetSubSecond(const chrono::system_clock::time_point& t,
39
TimePrecision p) {
Callers
1
ToString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected