MCPcopy 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
346inline
347int 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
353inline

Callers

nothing calls this directly

Calls 2

check_resultFunction · 0.85
decimal_roundFunction · 0.85

Tested by

no test coverage detected