mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 07:42:16 +00:00
Use the collection_mutation_view directly. Requires changing key type from bytes_view to managed_bytes_view, to match collection_mutation_view::iterator::value_type and more importantly to avoid unnecessary key linearization.