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

opt: Add execbuilder support for ANY operator #26134

Merged
merged 1 commit into from
May 28, 2018

Conversation

andy-kimball
Copy link
Contributor

The optbuilder maps the SQL ANY, ALL, and IN operators that use
a subquery into the opt.Any operator. This commit adds execution
support for this operator.

Release note: None

@andy-kimball andy-kimball requested review from justinj, rytaft, RaduBerinde and a team May 27, 2018 05:20
@andy-kimball andy-kimball requested a review from a team as a code owner May 27, 2018 05:20
@andy-kimball andy-kimball requested a review from a team May 27, 2018 05:20
@cockroach-teamcity
Copy link
Member

This change is Reviewable

The optbuilder maps the SQL ANY, ALL, and IN operators that use
a subquery into the opt.Any operator. This commit adds execution
support for this operator.

Release note: None
@RaduBerinde
Copy link
Member

:lgtm:


Review status: 0 of 4 files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable

@andy-kimball
Copy link
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request May 28, 2018
26134: opt: Add execbuilder support for ANY operator r=andy-kimball a=andy-kimball

The optbuilder maps the SQL ANY, ALL, and IN operators that use
a subquery into the opt.Any operator. This commit adds execution
support for this operator.

Release note: None

Co-authored-by: Andrew Kimball <[email protected]>
@craig
Copy link
Contributor

craig bot commented May 28, 2018

Build succeeded

@craig craig bot merged commit 698d8c5 into cockroachdb:master May 28, 2018
@andy-kimball andy-kimball deleted the any branch May 28, 2018 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants