Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ my_decimal_floor
Function
my_decimal_floor
sql/my_decimal.h:346–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
345
346
inline
347
int my_decimal_floor(uint mask, const my_decimal *from, my_decimal *to)
348
{
349
return check_result(mask, decimal_round(from, to, 0, FLOOR));
350
}
351
352
353
inline
Callers
nothing calls this directly
Calls
2
check_result
Function · 0.85
decimal_round
Function · 0.85
Tested by
no test coverage detected