Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ clear
Method
clear
sql/sql_select.cc:30927–30932 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30925
*/
30926
30927
void JOIN::clear(table_map *cleared_tables)
30928
{
30929
clear_tables(this, cleared_tables);
30930
copy_fields(&tmp_table_param);
30931
clear_sum_funcs();
30932
}
30933
30934
30935
/**
Callers
4
end_send_group
Function · 0.45
end_write_group
Function · 0.45
clear_sum_funcs
Method · 0.45
save_explain_data
Method · 0.45
Calls
2
clear_tables
Function · 0.85
copy_fields
Function · 0.85
Tested by
no test coverage detected