yiguolei commented on code in PR #61173:
URL: https://github.com/apache/doris/pull/61173#discussion_r2921802621
##########
be/src/vec/common/pod_array.h:
##########
@@ -83,16 +83,6 @@ inline size_t round_up_to_power_of_two_or_zero(size_t n) {
* and zero initialize -1th element. It allows to use -1th element that will
have value 0.
* This gives performance benefits when converting an array of offsets to
array of sizes.
*
- * If reserve 4096 bytes, used 512 bytes, pad_left = 16, pad_right = 15, the
structure of PODArray is as follows:
- *
- * 16 bytes 512 bytes 3553 bytes
15 bytes
- * pad_left ----- c_start -------------c_end ----------------------------
c_end_of_storage ------------- pad_right
- * ^ ^
^
- * | |
|
Review Comment:
这个图不要直接删,应该值需要改动c res mem 这个
--
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]