[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

@ -37,7 +37,8 @@ public:
const common::ObScale scale2,
const common::ObCmpOp cmp_op,
const bool is_oracle_mode,
const common::ObCollationType cs_type);
const common::ObCollationType cs_type,
const bool has_lob_header);
static sql::ObExpr::EvalBatchFunc get_eval_batch_expr_cmp_func(
const common::ObObjType type1,
@ -46,7 +47,8 @@ public:
const common::ObScale scale2,
const common::ObCmpOp cmp_op,
const bool is_oracle_mode,
const common::ObCollationType cs_type);
const common::ObCollationType cs_type,
const bool has_lob_header);
static DatumCmpFunc get_datum_expr_cmp_func(
const common::ObObjType type1,
@ -54,7 +56,8 @@ public:
const common::ObScale scale1,
const common::ObScale scale2,
const bool is_oracle_mode,
const common::ObCollationType cs_type);
const common::ObCollationType cs_type,
const bool has_lob_header);
};
}
} // end namespace oceanbase