[FEAT MERGE] Phase one of 3A project

Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
This commit is contained in:
AntiTopQuark
2023-08-25 08:44:14 +00:00
committed by ob-robot
parent 56ee77a670
commit e0b1dda713
142 changed files with 15224 additions and 1314 deletions

View File

@ -135,6 +135,7 @@ public:
int splice_batch_delete_sql(const char *table_name, common::ObSqlString &sql) const;
// "(c1, c2, c3) IN ((v11, v12, v13), (v21, v22, v23))"
int splice_batch_predicates_sql(common::ObSqlString &sql) const;
int64_t get_row_count() const { return rows_end_pos_.count(); }
private:
struct Column
{