[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

@ -36,7 +36,7 @@ int ObLSTabletService::insert_tablet_rows(
const int64_t row_count,
ObTabletHandle &tablet_handle,
ObDMLRunningCtx &run_ctx,
ObStoreRow *rows,
ObDatumRow *rows,
ObRowsInfo &rows_info)
{
int ret = OB_SUCCESS;