mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
assignment_testable is used to convey type information to function overload selection. The implementation for `selector` recognizes that counters are really bigints and special cases them. The equivalent implementation for expressions doesn't, so bring over that nuance here too. With this, things like sum(counter_column) match the overload for sum(bigint) rather than failing.