Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
inline
276
int 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
283
inline
Callers
1
my_decimal2string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected