mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
We want to rewrite the above mentioned method's implementation in terms of the standard query result building code (that of the `data_query()` path), in order to retire the alternative query code in the mutation class. The `data_query()` code uses classes private to `mutation_partition.cc` and instead of making these public, just move `to_data_query_result()` to `mutation_partition.cc`.
2.9 KiB
2.9 KiB