Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colexec: add support for LShift and RShift operators #7842

Closed
jseldess opened this issue Jul 30, 2020 · 0 comments · Fixed by #8009
Closed

colexec: add support for LShift and RShift operators #7842

jseldess opened this issue Jul 30, 2020 · 0 comments · Fixed by #8009
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#50417

From release notes:

The vectorized execution engine now supports the JSONFetchVal(->) operator, the Pow operator, the Bitand (&), Bitor (|), Bitxor (^), FloorDiv (//), and Mod (%) binary operators, and the binary shift (>> and <<) operators. [#49818][#49818], [#49761][#49761], [#50143][#50143], [#50417][#50417] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 20.2 milestone Jul 30, 2020
@lnhsingh lnhsingh added the A-sql label Jul 31, 2020
@ericharmeling ericharmeling added the P-1 High priority; must be done this release label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants