[CP] enhance GTT

This commit is contained in:
wjhh2008
2023-07-21 09:48:58 +00:00
committed by ob-robot
parent 8d7256d488
commit b3e8f8f67b
28 changed files with 454 additions and 154 deletions

View File

@ -282,7 +282,8 @@ struct DistinctObjMeta
*/
int transform_for_temporary_table(ObDMLStmt *&stmt, bool &trans_happened);
int add_filter_for_temporary_table(ObDMLStmt &stmt,
const TableItem &table_item);
const TableItem &table_item,
bool is_trans_scope_temp_table);
int collect_all_tableitem(ObDMLStmt *stmt,
TableItem *table_item,
common::ObArray<TableItem*> &table_item_list);