[FEAT MERGE] DML stong type refactoring and optimization

This commit is contained in:
mjhmllover
2024-08-27 08:31:08 +00:00
committed by ob-robot
parent 24f761a6da
commit 4edb7b4b37
82 changed files with 4340 additions and 2806 deletions

View File

@ -32,7 +32,7 @@ int MockObAccessService::insert_rows(
transaction::ObTxDesc &tx_desc,
const ObDMLBaseParam &dml_param,
const common::ObIArray<uint64_t> &column_ids,
common::ObNewRowIterator *row_iter,
blocksstable::ObDatumRowIterator *row_iter,
int64_t &affected_rows)
{
int ret = OB_SUCCESS;