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

Function my_decimal_is_zero

sql/my_decimal.h:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329
330inline
331bool my_decimal_is_zero(const my_decimal *decimal_value)
332{
333 return decimal_is_zero(decimal_value);
334}
335
336
337inline

Callers 1

val_boolMethod · 0.85

Calls 1

decimal_is_zeroFunction · 0.85

Tested by

no test coverage detected