[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

@ -76,7 +76,7 @@ TEST(ObTestDatumCmp, defined_nullsafe_func_by_type)
NULL_FIRST,
CS_TYPE_COLLATION_FREE,
SCALE_UNKNOWN_YET,
false)) {
false, false)) {
of_result << "defined\n";
} else {
of_result << "not defined\n";
@ -108,7 +108,8 @@ TEST(ObTestDatumCmp, defined_expr_func_by_type)
SCALE_UNKNOWN_YET,
SCALE_UNKNOWN_YET,
false,
CS_TYPE_COLLATION_FREE)) {
CS_TYPE_COLLATION_FREE,
false)) {
of_result << "defined\n";
} else {
of_result << "not defined\n";