zanmato1984 commented on code in PR #44394: URL: https://github.com/apache/arrow/pull/44394#discussion_r1916432374
########## docs/source/cpp/compute.rst: ########## @@ -1929,3 +1929,28 @@ operation to the n-th and (n+abs(p))-th inputs. ``Subtract``. The period can be specified in :struct:`PairwiseOptions`. * \(2) Wraps around the result when overflow is detected. * \(3) Returns an ``Invalid`` :class:`Status` when overflow is detected. + +Swizzle functions Review Comment: Agree. Do you think if I can keep the term "swizzle" in the source code? It's used in source file names, comments, `RegisterVectorSwizzle` function name. I wanted to move them into the "selection" counterparts but that attempts just complicated the code organization pretty bad. -- 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]
