wumeibanfa commented on code in PR #56600:
URL: https://github.com/apache/doris/pull/56600#discussion_r2390145181
##########
be/src/udf/udf.h:
##########
@@ -163,8 +164,8 @@ class FunctionContext {
// Init() or Close() functions.
doris::ColumnPtrWrapper* get_constant_col(int arg_idx) const;
- // Creates a StringRef, which memory is available when this function
context is used next time
- StringRef create_temp_string_val(int64_t len);
+ // Creates a Slice, which memory is available when this function context
is used next time
+ Slice create_temp_string_val(int64_t len);
Review Comment:
ok, i will modify it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]