mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
Make evaluate()'s body more regular, then exploit it by replacing the long list of branches with a lambda template. Closes #14306 * github.com:scylladb/scylladb: cql3: expr: simplify evaluate() cql3: expr: standardize evaluate() branches to call do_evaluate() cql3: expr: rename evaluate(ExpressionElement) to do_evaluate()