zclllyybb commented on code in PR #56648:
URL: https://github.com/apache/doris/pull/56648#discussion_r2439149090
##########
be/src/vec/columns/column_varbinary.h:
##########
@@ -70,6 +70,8 @@ class ColumnVarbinary final : public COWHelper<IColumn,
ColumnVarbinary> {
StringRef get_data_at(size_t n) const override { return
_data[n].to_string_ref(); }
+ char* get_memory(size_t length) { return _arena.alloc(length); }
Review Comment:
rename this
--
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]