mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
limits() used to take column_value which could be subscripted as an argument. column_value.sub will be removed so this function needs to take column_maybe_subscripted now. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>