Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Docs
Description
CASSANDRA-4914 introduces aggregate functions.
This ticket is about to decide how we can support "user defined aggregate functions". UD aggregate functions should be supported for all UDF flavors (class, java, jsr223).
Things to consider:
- Special implementations for each scripting language should be omitted
- No exposure of internal APIs (e.g. AggregateFunction interface)
- No need for users to deal with serializers / codecs
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-7557 User permissions for UDFs
- Resolved
-
CASSANDRA-7708 UDF schema change events/results
- Resolved
-
CASSANDRA-4914 Aggregation functions in CQL
- Resolved
-
CASSANDRA-7556 Update cqlsh for UDFs
- Resolved
- links to