Fix temp table related bugs

This commit is contained in:
xianyu-w
2023-08-04 10:18:34 +00:00
committed by ob-robot
parent 558f74a2d6
commit 88430a9d96
30 changed files with 2750 additions and 1064 deletions

View File

@ -2331,7 +2331,7 @@ public:
int64_t get_ref_id() const;
void set_ref_id(int64_t id);
ObSelectStmt *get_ref_stmt() { return ref_stmt_; }
ObSelectStmt *&get_ref_stmt() { return ref_stmt_; }
const ObSelectStmt *get_ref_stmt() const { return ref_stmt_; }
void set_ref_stmt(ObSelectStmt *ref_stmt)
{