[FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)

Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
obdev
2023-01-28 20:40:15 +08:00
committed by ob-robot
parent 4bb1033505
commit 3d4f554258
350 changed files with 19091 additions and 3918 deletions

View File

@ -55,7 +55,7 @@ static void make_seq_id(ObIAllocator* alloc, uint32_t dig_size, char*& seq_buf,
for (int i = 0; i < dig_size; i++) {
digits[i] = random();
(void)store32be(seq_buf + offset, digits[i]);
(void)ObLobSeqId::store32be(seq_buf + offset, digits[i]);
offset += sizeof(uint32_t);
}