eldenmoon commented on code in PR #30052:
URL: https://github.com/apache/doris/pull/30052#discussion_r1470520611
##########
be/src/vec/columns/column_object.h:
##########
@@ -222,6 +222,10 @@ class ColumnObject final : public COWHelper<IColumn,
ColumnObject> {
// this structure and fill with Subcolumns sub items
mutable std::shared_ptr<rapidjson::Document> doc_structure;
+ // column with raw json strings
+ // used for quickly row store encoding
+ ColumnPtr original_column;
Review Comment:
done
--
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]