MCPcopy 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
235inline double TIME_to_double(const MYSQL_TIME *ltime)
236{
237 return (double) TIME_to_ulonglong(ltime) + TIME_microseconds(ltime);
238}
239
240
241static inline bool

Callers 1

val_realMethod · 0.85

Calls 2

TIME_to_ulonglongFunction · 0.85
TIME_microsecondsFunction · 0.85

Tested by

no test coverage detected