mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
"Added support for min/max functions over date/timestamp/timeuuid. There was one issue with Scylla's type system internals: no C++ type was mapped to these types. So special "native_types" were added for them. It required some changes to native functions because these types don't support the same operations as their real native counterparts. Fixes #3104." * 'danfiala/3104-v1' of https://github.com/hagrid-the-developer/scylla: tests: Tests for min/max aggregate functions over date/timestamp and timeuuid. functions: Added min/max functions for date/timestamp/timeuuid. types: Added native types for timestamp and timeuuid. Advertise compatibility with CQL Version 3.3.2, since CAST functions are supported.