[FEAT MERGE] Solidify session vars for functional index

This commit is contained in:
2149
2023-12-12 06:42:36 +00:00
committed by ob-robot
parent db82b0b5cd
commit 58aad590f1
189 changed files with 3671 additions and 1554 deletions

View File

@ -353,6 +353,9 @@ int ObStaticEngineExprCG::cg_expr_basic(const ObIArray<ObRawExpr *> &raw_exprs)
}
}
}
if (OB_SUCC(ret) && raw_expr->get_local_session_var().get_var_count() > 0) {
rt_expr->local_session_var_id_ = raw_expr->get_local_session_var_id();
}
} // for end
return ret;