[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

@ -286,7 +286,7 @@ struct ObExprBasicFuncs
// use murmur_hash_ instead.
ObExprHashFuncType default_hash_;
ObBatchDatumHashFunc default_hash_batch_;
// For murmur/xx/wy functions, the specified hash method is used for all tyeps.
// For murmur/xx/wy functions, the specified hash method is used for all types.
ObExprHashFuncType murmur_hash_;
ObBatchDatumHashFunc murmur_hash_batch_;
ObExprHashFuncType xx_hash_;