Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ ulonglong2decimal
Function
ulonglong2decimal
strings/decimal.c:1023–1027 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1021
}
1022
1023
int ulonglong2decimal(ulonglong from, decimal_t *to)
1024
{
1025
to->sign=0;
1026
return ull2dec(from, to);
1027
}
1028
1029
int longlong2decimal(longlong from, decimal_t *to)
1030
{
Callers
2
my_decimal_from_datetime_packed
Function · 0.85
int2my_decimal
Function · 0.85
Calls
1
ull2dec
Function · 0.85
Tested by
no test coverage detected