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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user