[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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user