gfphoenix78 commented on code in PR #1384:
URL: https://github.com/apache/cloudberry/pull/1384#discussion_r2425105715
##########
contrib/pax_storage/src/cpp/comm/bitmap.h:
##########
@@ -247,24 +267,27 @@ class BitmapTpl final {
}
inline bool Empty() const { return raw_.Empty(); }
+ inline bool Empty(uint32 end_index) const {
Review Comment:
Is end_index inclusive or exclusive? Please add comment to describe it.
--
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]