| 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. |
no test coverage detected