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: Add non-unique index join iterator #1908

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

joshua-spacetime
Copy link
Collaborator

@joshua-spacetime joshua-spacetime commented Oct 25, 2024

  • Adds a non-unique (constraint) index join iterator
  • Abstracts over index key projections in order to reuse code between unique and non-unique index joins

@joshua-spacetime joshua-spacetime self-assigned this Oct 25, 2024
@joshua-spacetime joshua-spacetime force-pushed the joshua/feat/non-unique-index-join branch 2 times, most recently from e8e363e to 67e6b43 Compare October 25, 2024 16:13
Copy link
Contributor

@mamcx mamcx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joshua-spacetime joshua-spacetime force-pushed the joshua/feat/non-unique-index-join branch from 67e6b43 to 3fd08ee Compare October 25, 2024 18:54
@joshua-spacetime joshua-spacetime added this pull request to the merge queue Oct 25, 2024
Merged via the queue into master with commit 839aa99 Oct 25, 2024
7 of 8 checks passed
@joshua-spacetime joshua-spacetime deleted the joshua/feat/non-unique-index-join branch October 25, 2024 19:30
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.

2 participants