HappenLee commented on code in PR #65217:
URL: https://github.com/apache/doris/pull/65217#discussion_r3528726342
##########
be/src/core/column/column_varbinary.h:
##########
@@ -42,6 +44,10 @@ class ColumnVarbinary final : public COWHelper<IColumn,
ColumnVarbinary> {
using Container = PaddedPODArray<doris::StringView>;
private:
+ struct Storage {
Review Comment:
这个东西直接用Arena就行了吧,还多套一层?感觉有点抽象啊
--
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]