You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2014/08/07 23:07:13 UTC

[jira] [Updated] (CASSANDRA-7556) Update cqlsh for UDFs

     [ https://issues.apache.org/jira/browse/CASSANDRA-7556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp updated CASSANDRA-7556:
------------------------------------

    Attachment: 7556.txt

initial draft that supports 
* {{DESCRIBE FUNCTIONS}} lists all namespaces and all non-namespaced functions
* {{DESCRIBE FUNCTIONS <namespace>}} lists all functions in the given namespace
* {{DESCRIBE FUNCTION <function>}} prints given function (namespaced or non-namespaced)


> Update cqlsh for UDFs
> ---------------------
>
>                 Key: CASSANDRA-7556
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7556
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Tyler Hobbs
>             Fix For: 3.0
>
>         Attachments: 7556.txt
>
>
> 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



--
This message was sent by Atlassian JIRA
(v6.2#6252)