xiaokang commented on code in PR #30052:
URL: https://github.com/apache/doris/pull/30052#discussion_r1468838324
##########
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:
original_column is not so accurate since VARIANT column can be used to store
parquet, orc and other complex file instead JSON only. rowstore_column may be
better.
--
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]