jianxind commented on a change in pull request #7607:
URL: https://github.com/apache/arrow/pull/7607#discussion_r451914803
##########
File path: cpp/src/arrow/util/bit_block_counter.h
##########
@@ -76,6 +76,9 @@ struct BitBlockCount {
bool AllSet() const { return this->length == this->popcount; }
};
+/// \brief Return the word step size of each bit block counter run
+int64_t BitBlockCounterWordSize();
Review comment:
Thanks, 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.
For queries about this service, please contact Infrastructure at:
[email protected]