Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ get_max_arg
Method
get_max_arg
sql/sql_analyse.h:197–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
return s;
196
}
197
String *get_max_arg(String *s)
198
{
199
s->set_real(max_arg, item->decimals, my_thd_charset);
200
return s;
201
}
202
String *avg(String *s, ha_rows rows)
203
{
204
if (!(rows - nulls))
Callers
nothing calls this directly
Calls
1
set_real
Method · 0.80
Tested by
no test coverage detected