rtpsw commented on code in PR #34392:
URL: https://github.com/apache/arrow/pull/34392#discussion_r1195645080
##########
cpp/src/arrow/acero/asof_join_node.cc:
##########
@@ -248,15 +354,28 @@ struct MemoStore {
std::deque<OnType> times_;
void swap(MemoStore& memo) {
Review Comment:
This swaps the content of one `MemoStore` with another. When a `Rehash()`
occurs, a new `MemoStore` is populated and then it is swapped with the existing
one using this method.
--
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]