mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
Most clauses in a CQL statement don't tolerate aggregate functions, and so they call verify_no_aggregate_functions(). It can now be reimplemented in terms of aggregation_depth(), removing some code.