[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

@ -192,7 +192,7 @@ struct ObEvalCtx
int64_t batch_idx_default_val_ = 0;
int64_t batch_size_default_val_ = 0;
};
explicit ObEvalCtx(ObExecContext &exec_ctx);
explicit ObEvalCtx(ObExecContext &exec_ctx, ObIAllocator *allocator = NULL);
explicit ObEvalCtx(ObEvalCtx &eval_ctx);
virtual ~ObEvalCtx();