Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
Once CASSANDRA-7395 and CASSANDRA-7526 are complete, we'll want to add cqlsh support for user defined functions.
This will include:
- Completion for CREATE FUNCTION and DROP FUNCTION
- Tolerating (almost) arbitrary text inside function bodies
- DESCRIBE TYPE support
- Including types in DESCRIBE KEYSPACE output
- Possibly GRANT completion for any new privileges
Attachments
Attachments
Issue Links
- depends upon
-
CASSANDRA-7395 Support for pure user-defined functions (UDF)
- Resolved
-
CASSANDRA-7526 Defining UDFs using scripting language directly from CQL
- Resolved
- relates to
-
CASSANDRA-8053 Support for user defined aggregate functions
- Resolved
- links to