Skip to content

Conversation

@mbasmanova
Copy link
Contributor

Summary:
Enables queries like

SELECT x between 1 and 5 FROM t

SELECT x IN (SELECT y FROM t) FROM u

SELECT EXISTS (SELECT * FROM t WHERE t.a = u.b) FROM u

Differential Revision: D91129402

…ssions in projections

Summary:
Enables queries like

> SELECT x between 1 and 5 FROM t

> SELECT x IN (SELECT y FROM t) FROM u

> SELECT EXISTS (SELECT * FROM t WHERE t.a = u.b) FROM u

Differential Revision: D91129402
@meta-codesync
Copy link

meta-codesync bot commented Jan 21, 2026

@mbasmanova has exported this pull request. If you are a Meta employee, you can view the originating Diff in D91129402.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 21, 2026
@mbasmanova mbasmanova requested a review from amitkdutta January 21, 2026 14:50
Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mbasmanova thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants