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

Method add_sum_func

sql/sql_window.cc:1118–1121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1116 virtual void init(READ_RECORD *info) {};
1117
1118 bool add_sum_func(Item_sum* item)
1119 {
1120 return sum_functions.push_back(item);
1121 }
1122 /*
1123 Current row has moved to the next partition and is positioned on the first
1124 row there. Position the frame bound accordingly.

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected