[FEAT MERGE]4_2_sql_feature

Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
zzg19950727
2023-04-28 11:12:11 +00:00
committed by ob-robot
parent 3bf92459f1
commit 3cada22bdc
161 changed files with 16883 additions and 4730 deletions

View File

@ -26,6 +26,7 @@ namespace sql
ObLogSequence(ObLogPlan &plan) : ObLogicalOperator(plan) {}
virtual ~ObLogSequence() {}
virtual int get_op_exprs(ObIArray<ObRawExpr*> &all_exprs) override;
virtual int is_my_fixed_expr(const ObRawExpr *expr, bool &is_fixed) override;
const common::ObIArray<uint64_t> &get_sequence_ids() const
{ return nextval_seq_ids_; }
common::ObIArray<uint64_t> &get_sequence_ids()