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