[FEAT MERGE] materialized view

This commit is contained in:
obdev
2024-02-07 20:31:13 +00:00
committed by ob-robot
parent 39fae3b529
commit c2511b580f
257 changed files with 35698 additions and 4335 deletions

View File

@ -64,6 +64,11 @@ public:
const ObDASWriteBuffer::DmlRow &dml_row,
ObSpatIndexRow &spat_rows);
static int wait_das_retry(int64_t retry_cnt);
static int generate_mlog_row(const common::ObTabletID &tablet_id,
const storage::ObDMLBaseParam &dml_param,
common::ObNewRow &row,
ObDASOpType op_type,
bool is_old_row);
};
} // namespace sql
} // namespace oceanbase