Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ TIME_to_double
Function
TIME_to_double
sql/sql_time.h:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
234
235
inline double TIME_to_double(const MYSQL_TIME *ltime)
236
{
237
return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime);
238
}
239
240
241
static inline bool
Callers
1
val_real
Method · 0.85
Calls
2
TIME_to_ulonglong
Function · 0.85
TIME_microseconds
Function · 0.85
Tested by
no test coverage detected