mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-07 02:20:55 -05:00
* 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