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

Function update_sum_func

sql/sql_select.cc:30316–30324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30314
30315
30316static bool
30317update_sum_func(Item_sum **func_ptr)
30318{
30319 Item_sum *func;
30320 for (; (func= (Item_sum*) *func_ptr) ; func_ptr++)
30321 if (func->aggregator_add())
30322 return 1;
30323 return 0;
30324}
30325
30326/**
30327 Copy result of functions to record in tmp_table.

Callers 2

end_send_groupFunction · 0.85
end_write_groupFunction · 0.85

Calls 1

aggregator_addMethod · 0.80

Tested by

no test coverage detected