[FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com> Co-authored-by: Charles0429 <xiezhenjiang@gmail.com> Co-authored-by: raywill <hustos@gmail.com>
This commit is contained in:
@ -25,10 +25,6 @@ namespace sql
|
||||
public:
|
||||
ObLogSequence(ObLogPlan &plan) : ObLogicalOperator(plan) {}
|
||||
virtual ~ObLogSequence() {}
|
||||
virtual int print_my_plan_annotation(char *buf,
|
||||
int64_t &buf_len,
|
||||
int64_t &pos,
|
||||
ExplainType type);
|
||||
virtual int get_op_exprs(ObIArray<ObRawExpr*> &all_exprs) override;
|
||||
const common::ObIArray<uint64_t> &get_sequence_ids() const
|
||||
{ return nextval_seq_ids_; }
|
||||
|
||||
Reference in New Issue
Block a user