Files
qdrant/lib/segment/tests/integration
Luis Cossío 431f59c41b Optimize is_empty (#2073)
* optimize is_empty condition for hitting index

* Optimize is_null too, simplify checker

* refactor: introduce values_is_empty() for indexes
- use `.then()` instead of `&&`

* cargo fmt

* improve comments

* Revert "Optimize is_null too, simplify checker"

This reverts commit b9ebfe5ff2.

* changes from review

* update `test_is_empty_conditions` test for comparing indexed vs not indexed results
2023-06-14 13:56:16 -04:00
..