-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
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.
4 tasks
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
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.The text was updated successfully, but these errors were encountered: