Skip to content

Add Eq trait to bit vectors #17

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

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Add Eq trait to bit vectors #17

merged 1 commit into from
Jul 16, 2024

Conversation

KolCrooks
Copy link
Contributor

For other vector types, you are unable to have Eq because they would be comparing floating point numbers. Bit vectors don't have this problem though and should allow for Eq comparisons.

For other vector types, you are unable to have Eq because they would be comparing floating point numbers. Bit vectors don't have this problem though and should allow for Eq comparisons.
@ankane ankane merged commit 8eca023 into pgvector:master Jul 16, 2024
1 check passed
@ankane
Copy link
Member

ankane commented Jul 16, 2024

Thanks @KolCrooks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants