Files
scylladb/cql3/statements
Avi Kivity 218d9fe384 cql3: select_statement: simplify inner lambda in indexed_table_select_statement::do_execute()
The lambda is defined to return a coordinator_result<stop_iteration>,
but in fact only returns successful outcomes, never failures.

Change it to return a plain stop_iteration, so its callers don't have
to check for failure.
2023-06-20 14:11:36 +03:00
..
2023-02-14 11:19:03 +02:00
2023-02-15 11:01:50 +02:00