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

Support Lookup Constraints #201

Merged
merged 5 commits into from
Jul 3, 2024
Merged

Conversation

DavePearce
Copy link
Collaborator

This adds support for lookup constraints. At this stage, evaluation performance is something which can be improved.

This puts in place a rough layout for lookup constraints which looks
like it will work.  The next step is to update the parser and add some
tests.
Lookups are now operational.  Some current issues to be resolved: (1)
cannot parse lookups involving different modules; (2) missing tests for
lookups involving multiple columns on each side.
Expanded columns are those that arise from a lookup which involves an
expression, rather than just a column access.  These are now supported.
As such, the only remaining component to implement is support for
inter-module lookups.
@DavePearce DavePearce linked an issue Jul 3, 2024 that may be closed by this pull request
This updates the parser to generate inter-module lookups.  That is,
qualified column accesses are permitted within a lookup (but nowhere
else).
@DavePearce DavePearce force-pushed the 49-support-lookup-inclusion-constraints branch from 785543f to f26d1d2 Compare July 3, 2024 10:53
@DavePearce DavePearce merged commit bd76d3a into main Jul 3, 2024
2 checks passed
@DavePearce DavePearce deleted the 49-support-lookup-inclusion-constraints branch July 3, 2024 10:55
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.

Support Lookup / Inclusion Constraints
1 participant