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:
@ -43,14 +43,17 @@ public:
|
||||
virtual ~ObSelectLogPlan();
|
||||
|
||||
// @brief GENERATE the raw PLAN tree which have not traversed
|
||||
virtual int generate_raw_plan() override;
|
||||
|
||||
int allocate_link_scan_as_top(ObLogicalOperator *&old_top);
|
||||
const ObSelectStmt *get_stmt() const override
|
||||
{ return reinterpret_cast<const ObSelectStmt*>(stmt_); }
|
||||
|
||||
int perform_late_materialization(ObSelectStmt *stmt,
|
||||
ObLogicalOperator *&op);
|
||||
|
||||
protected:
|
||||
virtual int generate_normal_raw_plan() override;
|
||||
virtual int generate_dblink_raw_plan() override;
|
||||
|
||||
private:
|
||||
// @brief Allocate a hash group by on top of a plan tree
|
||||
// ObLogicalOperator * candi_allocate_hash_group_by();
|
||||
|
||||
Reference in New Issue
Block a user