Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ my_decimal2decimal
Function
my_decimal2decimal
sql/my_decimal.h:298–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
297
298
inline
299
void my_decimal2decimal(const my_decimal *from, my_decimal *to)
300
{
301
*to= *from;
302
}
303
304
305
int my_decimal2binary(uint mask, const my_decimal *d, uchar *bin, int prec,
Callers
5
val_decimal
Method · 0.85
my_decimal2binary
Function · 0.85
Item_decimal
Method · 0.85
set_decimal
Method · 0.85
set_from_user_var
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected