fix late materialization bug

This commit is contained in:
obdev
2024-02-06 20:34:06 +00:00
committed by ob-robot
parent cdff7836ec
commit 611d2d3d72
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