AntoinePrv commented on code in PR #50217:
URL: https://github.com/apache/arrow/pull/50217#discussion_r3435567875
##########
cpp/src/arrow/util/rle_encoding_internal.h:
##########
@@ -116,6 +114,9 @@ class RleRun {
std::copy(data, data + raw_data_size(value_bit_width), data_.begin());
}
+ /// The repeated value in the run
+ uint64_t value() const noexcept { return SafeLoadAs<uint64_t>(data_.data());
}
Review Comment:
Renaming to be explicit
--
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]