Files
scylladb/cql3
Juliusz Stasiewicz 6f259be5f1 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

(cherry picked from commit 5b438e79be)
2020-08-03 10:26:02 +03:00
..
2020-02-04 10:52:04 +02:00
2018-11-21 00:01:44 +02:00
2019-07-04 10:54:30 +02:00