[FEAT MERGE] implement dynamic sampling

This commit is contained in:
wangt1xiuyi
2023-04-27 12:15:28 +00:00
committed by ob-robot
parent 56f85c9c76
commit f745b47cbc
86 changed files with 6754 additions and 2282 deletions

View File

@ -215,6 +215,7 @@ namespace sql
const ObColumnRefRawExpr &column_expr,
int64_t flag);
int check_whether_contain_nested_sql(const ObDMLStmt &stmt);
int check_force_default_stat();
int calc_link_stmt_count(const ObDMLStmt &stmt, int64_t &count);
private:
ObOptimizerContext &ctx_;