fix hash join core because of const overwrite && fix NL-hash join report 4016

This commit is contained in:
18523270951@163.com
2023-05-09 19:43:01 +00:00
committed by ob-robot
parent dd02a63c3e
commit 0cc8f2bee5
3 changed files with 41 additions and 33 deletions

View File

@ -210,7 +210,7 @@ public:
int finish_dump(bool memory_need_dump);
int dump(bool all_dump, int64_t dumped_size);
bool has_next() { return store_iter_.has_next_block(); }
bool has_next() { return store_iter_.has_next(); }
int set_iterator();
int init_progressive_iterator();