MCPcopy Create free account
hub / github.com/MariaDB/server / copy_sum_funcs

Function copy_sum_funcs

sql/sql_select.cc:30289–30295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30287/** Copy result of sum functions to record in tmp_table. */
30288
30289static void
30290copy_sum_funcs(Item_sum **func_ptr, Item_sum **end_ptr)
30291{
30292 for (; func_ptr != end_ptr ; func_ptr++)
30293 (void) (*func_ptr)->save_in_result_field(1);
30294 return;
30295}
30296
30297
30298static bool

Callers 2

end_write_groupFunction · 0.85
rollup_write_dataMethod · 0.85

Calls 1

save_in_result_fieldMethod · 0.45

Tested by

no test coverage detected