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

Method clear_sum_funcs

sql/sql_select.cc:30908–30916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30906*/
30907
30908void inline JOIN::clear_sum_funcs()
30909{
30910 if (sum_funcs)
30911 {
30912 Item_sum *func, **func_ptr= sum_funcs;
30913 while ((func= *(func_ptr++)))
30914 func->clear();
30915 }
30916}
30917
30918
30919/*

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected