emkornfield commented on a change in pull request #10627:
URL: https://github.com/apache/arrow/pull/10627#discussion_r664768744
##########
File path: cpp/src/arrow/util/bpacking.cc
##########
@@ -174,5 +176,221 @@ int unpack32(const uint32_t* in, uint32_t* out, int
batch_size, int num_bits) {
#endif
}
+namespace {
+
+int unpack64_default(const uint8_t* in, uint64_t* out, int batch_size, int
num_bits) {
Review comment:
please comment on how this code was generated? If there is a script
could you add that as well.
--
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]