[FEAT MERGE]优化器技术改造

Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
This commit is contained in:
zzg19950727
2024-11-19 13:14:39 +00:00
committed by ob-robot
parent dab7652eee
commit 8aff09f2cd
226 changed files with 15647 additions and 9415 deletions

View File

@ -154,7 +154,7 @@ int TestOptimizerUtils::generate_logical_plan(ObResultSet &result, //ObIAllocato
memory_parser = allocator_.total() - memory_parser;
memory_resolver = allocator_.total();
resolver_ctx.query_ctx_->question_marks_count_ = param_store.count();
resolver_ctx.query_ctx_->set_questionmark_count(param_store.count());
ObPhysicalPlanCtx *pctx = exec_ctx_.get_physical_plan_ctx();
if (OB_SUCC(ret)) {
pctx->set_original_param_cnt(pctx->get_param_store().count());