Files
scylladb/api
Pavel Emelyanov b943902ff7 api: Use std::ranges to convert std::set<sstring> to std::vector<string>
The column_family/get_sstables_for_key endpoint collects a set of
sstable names and converts it to vector of strings using homebrew
helper. The std::ranges convertor works just as nice.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
2025-06-02 20:09:28 +03:00
..
2025-05-15 11:08:52 +03:00
2025-05-15 11:08:52 +03:00
2025-02-15 20:32:22 +02:00
2025-01-15 10:11:40 +03:00