HappenLee commented on code in PR #47364:
URL: https://github.com/apache/doris/pull/47364#discussion_r1929651486


##########
be/src/vec/columns/column.h:
##########
@@ -512,6 +512,9 @@ class IColumn : public COW<IColumn> {
     /// Size of column data in memory (may be approximate) - for profiling. 
Zero, if could not be determined.
     virtual size_t byte_size() const = 0;
 
+    /// Capacity of unsed memory could hold the all data from src column.

Review Comment:
   need more detail comment for the api



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to