[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

@ -155,7 +155,7 @@ public:
* @brief initialize execute context, must call before calling any function
*/
int init_phy_op(uint64_t phy_op_size);
int init_expr_op(const uint64_t expr_op_size);
int init_expr_op(const uint64_t expr_op_size, ObIAllocator *allocator = NULL);
void reset_expr_op();
inline bool is_expr_op_ctx_inited() { return expr_op_size_ > 0 && NULL != expr_op_ctx_store_; }
int get_convert_charset_allocator(common::ObArenaAllocator *&allocator);