SWJTU-ZhangLei commented on code in PR #54694:
URL: https://github.com/apache/doris/pull/54694#discussion_r2331861673


##########
be/src/olap/rowset/rowset.h:
##########
@@ -323,6 +323,10 @@ class Rowset : public 
std::enable_shared_from_this<Rowset>, public MetadataAdder
     // set the rowset as a hole rowset
     void set_hole_rowset(bool is_hole_rowset) { _is_hole_rowset = 
is_hole_rowset; }
 
+    int64_t approximate_cache_data_size();

Review Comment:
   > cache -> cached
   
   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]

Reply via email to