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

Feat: Use Column Index instead of Column Name #186

Merged
merged 4 commits into from
Jun 25, 2024

Conversation

DavePearce
Copy link
Collaborator

This completes a transition started earlier to move away from using column names for lookup and, instead, to use column indices. This is now complete.

This updates `ByteDecomposition` to use column indices rather than
column names.  In addition, this refactors some of the constraints to
have private fields (instead of public ones).
This updates `hir.Expr` and `TypeConstraint` to use column indices
rather than column names.  An `Environment` has been added to facilitate
this during parsing, and this also allows better error messages.
This updates `SortedPermutation` to use column indices rather than
column names.
@DavePearce DavePearce linked an issue Jun 25, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 1ded643 into main Jun 25, 2024
2 checks passed
@DavePearce DavePearce deleted the 183-used-column-index-instead-of-column-name branch June 25, 2024 04:29
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.

Used Column Index instead of Column Name
1 participant