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

Add implied joins #195

Open
grandrew opened this issue Aug 6, 2021 · 0 comments
Open

Add implied joins #195

grandrew opened this issue Aug 6, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@grandrew
Copy link
Contributor

grandrew commented Aug 6, 2021

@mattersmap was debugging allocation problem and figured out that he was missing a correct JOIN constraint that 99% of the time user would anyways want to have.

Implied join is a constraint that checks if there are same columns in selected data - they must match

The idea is to automatically inject the constrains and let the user remove them when not needed

@mattersmap need elaboration

Like "If I select these types of rows and to this specific operation on these rows, AND there are same names in columns - then there is 99% chance I need the assert join" - please use bulltetpoints

@grandrew grandrew added the enhancement New feature or request label Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants