[to #41932470] fix memory of udf

This commit is contained in:
obdev
2023-02-06 23:45:36 +08:00
committed by ob-robot
parent ec4fd2244f
commit 9b302b8660
11 changed files with 96 additions and 99 deletions

View File

@ -170,7 +170,8 @@ public:
static void clear_expr_eval_flags(const ObExpr &expr, ObEvalCtx &ctx);
static int calc_sql_expression_without_row(ObExecContext &exec_ctx,
const ObISqlExpression &expr,
ObObj &result);
ObObj &result,
ObIAllocator *allocator = NULL);
static int calc_const_expr(const ObRawExpr *expr,
const ParamStore *params,