sanjibansg commented on code in PR #14758:
URL: https://github.com/apache/arrow/pull/14758#discussion_r1144933779
##########
cpp/src/arrow/util/align_util.h:
##########
@@ -63,6 +64,43 @@ inline BitmapWordAlignParams BitmapWordAlign(const uint8_t*
data, int64_t bit_of
p.aligned_start = data + (bit_offset + p.leading_bits) / 8;
return p;
}
-
} // namespace internal
+
+namespace util {
+
+ARROW_EXPORT bool CheckAlignment(const Buffer& buffer, const int64_t&
alignment);
Review Comment:
Oh yes, sorry, I did that by mistake. Corrected that. Thanks for pointing it
out.
--
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]