-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Translate IN predicate to connector expression - continue #13136
Conversation
70d2e3f
to
03f1777
Compare
I've asked @wendigo to take over his PR #11396. |
...in/trino-base-jdbc/src/main/java/io/trino/plugin/jdbc/expression/RewriteVarcharConstant.java
Show resolved
Hide resolved
...n/trino-postgresql/src/test/java/io/trino/plugin/postgresql/TestPostgreSqlConnectorTest.java
Outdated
Show resolved
Hide resolved
36c6c89
to
584231a
Compare
efaca95
to
f57e4e4
Compare
f57e4e4
to
57fc12a
Compare
Description
Adds translation for InPredicate and InListExpression to connector expression form.
New feature.
Core engine & postgres connector.
This enabled pushdown of IN predicates which are not expressible with Domain (i.e. references other symbols or contains function calls)
Related issues, pull requests, and links
Documentation
(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.
Release notes
( ) No release notes entries required.
(x) Release notes entries required with the following suggested text: