fix core in nlj

This commit is contained in:
obdev
2023-02-08 15:08:46 +08:00
committed by ob-robot
parent fbc39031c6
commit c129aa89d0
2 changed files with 4 additions and 1 deletions

View File

@ -81,6 +81,7 @@ public:
int batch_fill_group_buffer(const int64_t max_row_cnt, const ObBatchRows *&batch_rows);
int get_next_row_from_store();
int get_next_batch_from_store(int64_t max_rows, int64_t &read_rows);
ObBatchRowDatums &get_last_batch() { return last_batch_; }
void destroy();
private:
int init_group_params();