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: us...@infra.apache.org