You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2022/11/22 06:28:10 UTC

[GitHub] [cassandra] bereng commented on a diff in pull request #2024: CASSANDRA-18060 trunk: Add aggregation scalar functions on collections

bereng commented on code in PR #2024:
URL: https://github.com/apache/cassandra/pull/2024#discussion_r1028911952


##########
doc/modules/cassandra/pages/cql/functions.adoc:
##########
@@ -238,6 +238,29 @@ For every xref:cql/types.adoc#native-types[type] supported by CQL, the function
 Conversely, the function `blobAsType` takes a 64-bit `blob` argument and converts it to a `bigint` value. 
 For example, `bigintAsBlob(3)` returns `0x0000000000000003` and `blobAsBigint(0x0000000000000003)` returns `3`.
 
+===== Collection functions

Review Comment:
   We should mention here the overflow an other comments/problems mentioned in the ticket imo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org