fix late materialization bug

This commit is contained in:
2149
2023-11-22 06:45:14 +00:00
committed by ob-robot
parent 0e5dc3cd30
commit 72ec4556de
2 changed files with 28 additions and 0 deletions

View File

@ -883,6 +883,8 @@ private:
int check_external_table_scan(ObSelectStmt *stmt, bool &has_external_table);
int contain_enum_set_rowkeys(const ObLogTableScan &table_scan, bool &contain);
DISALLOW_COPY_AND_ASSIGN(ObSelectLogPlan);
};
}//end of namespace sql