fix wrong output bug for group join buffer

This commit is contained in:
shibin-xu
2023-05-10 05:51:43 +00:00
committed by ob-robot
parent 7deb484afd
commit 6a42a36864
2 changed files with 103 additions and 31 deletions

View File

@ -77,6 +77,7 @@ public:
int has_next_left_row(bool &has_next);
int init_above_group_params();
int fill_cur_row_group_param();
int drain_left();
int rescan_left();
int rescan_right();
int fill_group_buffer();