mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* Split `SegmentEntry` Add `ImmutableSegmentEntry` for operations that can be applied to immutable segments, and make the `SegmentEntry` as it subtrait. * Rename to `NonAppendableSegmentEntry` It differs semantically from `ImmutableSegmentEntry` by allowing point deletion. Move point deletion to the trait too. * Fix docstring * use NonAppendableSegmentEntry where possible --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>