You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/15 09:59:01 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #10530: ARROW-13072: [C++] Add bit-wise arithmetic kernels

pitrou commented on a change in pull request #10530:
URL: https://github.com/apache/arrow/pull/10530#discussion_r651638280



##########
File path: cpp/src/arrow/compute/api_scalar.h
##########
@@ -279,6 +279,45 @@ Result<Datum> Power(const Datum& left, const Datum& right,
                     ArithmeticOptions options = ArithmeticOptions(),
                     ExecContext* ctx = NULLPTR);
 
+/// \brief Left shift (logical) the left array by the right array. Array values must

Review comment:
       Since logical and arithmetic left shift are the same, is it useful to precise which one this is?




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org