MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_decimal_ceiling

Function my_decimal_ceiling

sql/my_decimal.h:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352
353inline
354int my_decimal_ceiling(uint mask, const my_decimal *from, my_decimal *to)
355{
356 return check_result(mask, decimal_round(from, to, 0, CEILING));
357}
358
359
360inline bool str_set_decimal(const my_decimal *val, String *str,

Callers

nothing calls this directly

Calls 2

check_resultFunction · 0.85
decimal_roundFunction · 0.85

Tested by

no test coverage detected