mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* Prevent another division by zero in geo index * Set default `max_values_per_point` to zero * Extend empty cardinality test * Add unit tests for empty index types with cardinality * Shortcut cardinality estimation, zero if no values per point * Use const functions for cardinality type * Remove redundant checked division, we do a rhs zero check above