Merge branch 'cassandra-5.0' into trunk

* cassandra-5.0:
  Add CASSANDRA-14227 to 5.0 new features page
This commit is contained in:
Bereng 2023-08-17 10:35:33 +02:00
commit 64f553bf97
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ This section covers the new features in Apache Cassandra 5.0.
* https://issues.apache.org/jira/browse/CASSANDRA-17221[Add new Mathematical CQL functions: abs, exp, log, log10 and round]
* https://issues.apache.org/jira/browse/CASSANDRA-18060[Added new CQL native scalar functions for collections]
** The new functions are mostly analogous to the existing aggregation functions, but they operate on the elements of collection columns. The new functions are `map_keys`, `map_values`, `collection_count`, `collection_min`, `collection_max`, `collection_sum` and `collection_avg`.
* https://issues.apache.org/jira/browse/CASSANDRA-14227[Extend maximum expiration date (TTL)]