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 #50417

Merged
merged 1 commit into from
Jun 22, 2020

Commits on Jun 22, 2020

  1. colexec: add support for LShift and RShift operators

    Previously, there was no support for LShift (<<) and RShift (>>) in the vectorized engine.
    This commit implements these operators.
    
    Release note (sql change): Vectorized execution engine now supports binary shift (>> and <<) operators.
    tancredosouza committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    180f1bc View commit details
    Browse the repository at this point in the history