[CP] [FEAT MERGE]support dblink udf

This commit is contained in:
seuwebber
2024-03-21 04:45:36 +00:00
committed by ob-robot
parent 6d7fab4ff1
commit 5bdd7e5bd1
61 changed files with 1065 additions and 401 deletions

View File

@ -330,8 +330,7 @@ int ObExprSubQueryRef::expr_eval(
ObSQLSessionInfo *session = ctx.exec_ctx_.get_my_session();
CK (OB_NOT_NULL(ctx.exec_ctx_.get_sql_ctx()));
CK (OB_NOT_NULL(ctx.exec_ctx_.get_sql_ctx()->schema_guard_));
OZ (pl_type.get_size(pl::ObPLUDTNS(*ctx.exec_ctx_.get_sql_ctx()->schema_guard_),
pl::PL_TYPE_INIT_SIZE, param_size));
OZ (pl_type.get_size(pl::PL_TYPE_INIT_SIZE, param_size));
CK (OB_NOT_NULL(data = static_cast<char *>(
ctx.exec_ctx_.get_allocator().alloc(param_size))));
CK (OB_NOT_NULL(obj = static_cast<ObObj *>(