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 test for multi-column index scan #414

Closed
joshua-spacetime opened this issue Oct 11, 2023 · 0 comments · Fixed by #415
Closed

Add test for multi-column index scan #414

joshua-spacetime opened this issue Oct 11, 2023 · 0 comments · Fixed by #415
Assignees

Comments

@joshua-spacetime
Copy link
Collaborator

Add a test for calling iter_by_col_eq with multiple columns, and ensure the index is scanned when there is an applicable multi-column index present.

@joshua-spacetime joshua-spacetime self-assigned this Oct 11, 2023
joshua-spacetime added a commit that referenced this issue Oct 11, 2023
Closes #414.

Adds a test for calling iter_by_col_eq with multiple columns.
Ensures the index is scanned if an applicable multi-column index is present.
To write this test, iter_by_col_eq was updated to take multiple columns.
joshua-spacetime added a commit that referenced this issue Oct 11, 2023
Closes #414.

Adds a test for calling iter_by_col_eq with multiple columns.
Ensures the index is scanned if an applicable multi-column index is present.
To write this test, iter_by_col_eq was updated to take multiple columns.
joshua-spacetime added a commit that referenced this issue Oct 12, 2023
Closes #414.

Adds a test for calling iter_by_col_eq with multiple columns.
Ensures the index is scanned if an applicable multi-column index is present.
To write this test, iter_by_col_eq was updated to take multiple columns.
joshua-spacetime added a commit that referenced this issue Oct 12, 2023
Closes #414.

Adds a test for calling iter_by_col_eq with multiple columns.
Ensures the index is scanned if an applicable multi-column index is present.
To write this test, iter_by_col_eq was updated to take multiple columns.
joshua-spacetime added a commit that referenced this issue Oct 12, 2023
Closes #414.

Adds a test for calling iter_by_col_eq with multiple columns.
Ensures the index is scanned if an applicable multi-column index is present.
To write this test, iter_by_col_eq was updated to take multiple columns.
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 a pull request may close this issue.

1 participant