You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/04/30 14:17:38 UTC

[GitHub] [arrow-rs] izveigor opened a new pull request, #4159: feat: support bitwise shift left/right with scalars

izveigor opened a new pull request, #4159:
URL: https://github.com/apache/arrow-rs/pull/4159

   # Which issue does this PR close?
   Continue https://github.com/apache/arrow-rs/pull/4148
   
   # Rationale for this change
   Since the PR https://github.com/apache/arrow-rs/pull/4148 (thanks to @Weijun-H) Arrow-rs starts to support bitwise shift operations.
   
   But I think it would be great to use them with scalars (For example, to work with powers of twos).
   
   # What changes are included in this PR?
   New functions:
   - bitwise_shift_left_scalar
   - bitwise_shift_right_scalar
   
   # Are there any user-facing changes?
   Yes
   


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-rs] tustvold merged pull request #4159: feat: support bitwise shift left/right with scalars

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #4159:
URL: https://github.com/apache/arrow-rs/pull/4159


-- 
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: github-unsubscribe@arrow.apache.org

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