Commit 8eca023
authored
Add Eq trait to bit vectors (pgvector#17)
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.1 parent 4fa232b commit 8eca023
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments