mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
First of all, select statement is extended with an 'attrs' field, which keeps the per-query attributes. Currently, only TIMEOUT parameter is legal to use, since TIMESTAMP and TTL bear no meaning for reads. Secondly, if TIMEOUT attribute is set, it will be used as the effective timeout for a particular query.