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

Function my_decimal_string_length

sql/my_decimal.h:275–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275inline
276int my_decimal_string_length(const my_decimal *d)
277{
278 /* length of string representation including terminating '\0' */
279 return decimal_string_size(d);
280}
281
282
283inline

Callers 1

my_decimal2stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected