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:
@ -25,7 +25,8 @@ namespace sql
|
||||
: ObLogPlan(ctx, explain_stmt)
|
||||
{}
|
||||
virtual ~ObExplainLogPlan() {}
|
||||
virtual int generate_raw_plan() override;
|
||||
protected:
|
||||
virtual int generate_normal_raw_plan() override;
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ObExplainLogPlan);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user