Files
scylladb/cql3/functions
Juliusz Stasiewicz 5b438e79be aggregate_fcts: Use per-type comparators for dynamic types
For collections and UDTs the `MIN()` and `MAX()` functions are
generated on the fly. Until now they worked by comparing just the
byte representations of arguments.

This patch uses specific per-type comparators to provide semantically
sensible, dynamically created aggregates.

Fixes #6768
2020-07-08 13:39:10 +02:00
..
2018-11-21 00:01:44 +02:00
2020-06-08 11:28:57 +03:00
2020-06-08 11:28:57 +03:00
2020-02-17 10:59:15 +01:00