[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

@ -123,7 +123,8 @@ int ObRTDatumArith::generate(const ObRTDatumArith::Item item)
&session_,
NULL /* schema_guard */,
0 /* original_param_cnt*/,
0 /* param_cnt */);
0 /* param_cnt */,
exec_ctx_.get_min_cluster_version());
ObRawExprUniqueSet raw_exprs(false);
OZ(raw_exprs.append(item.expr_));
OZ(raw_exprs.append(raw_cols_));