Files
scylladb/api
Pavel Emelyanov 822758dffd api: Remove foreach_column_family() helper
There's a whole lot of helpers and wrappers in api/ that help handlers
manipulate keyspaces and tables. One of those is foreach_column_family
which calls the provided callable on a table on each shard. There's
exactly the same (but a bit more flexible) set_table() helper nearby.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
2024-11-01 12:13:35 +03:00
..
2024-01-25 11:28:02 +03:00
2024-06-21 13:28:06 +03:00
2024-10-22 06:54:46 +03:00
2024-01-25 11:28:02 +03:00
2024-06-13 09:32:51 +08:00