Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Create rule to move filters from Join conditions to where clauses #235

Closed
ajnavarro opened this issue Jun 20, 2018 · 2 comments
Closed

Create rule to move filters from Join conditions to where clauses #235

ajnavarro opened this issue Jun 20, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajnavarro
Copy link
Contributor

No description provided.

@ajnavarro ajnavarro added the enhancement New feature or request label Jun 20, 2018
@erizocosmico
Copy link
Contributor

Only the ones that do not involve both tables, right?

For example, inON t1.foo = t2.bar AND t1.baz = 'foo' only t1.baz = 'foo' would be pushed down, right?

@ajnavarro
Copy link
Contributor Author

Right, when one of the sides are not involving the two tables, it should be moved to WHERE expressions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants