dblink_write implement [FEAT MERGE]

Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
This commit is contained in:
obdev
2023-01-29 16:23:18 +08:00
committed by ob-robot
parent 195ab500ab
commit 814de27a42
226 changed files with 9602 additions and 4087 deletions

View File

@ -549,20 +549,6 @@ int ObLogGroupBy::print_used_hint(PlanText &plan_text)
return ret;
}
int ObLogGroupBy::generate_link_sql_post(GenLinkStmtPostContext &link_ctx)
{
int ret = OB_SUCCESS;
if (0 == dblink_id_) {
// do nothing
} else if (OB_FAIL(link_ctx.spell_group_by(startup_exprs_,
group_exprs_,
rollup_exprs_,
filter_exprs_))) {
LOG_WARN("dblink fail to reverse spell group by", K(dblink_id_), K(ret));
}
return ret;
}
int ObLogGroupBy::compute_fd_item_set()
{
int ret = OB_SUCCESS;