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/07/19 10:57:38 UTC

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-7556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067451#comment-14067451 ] 

Robert Stupp commented on CASSANDRA-7556:
-----------------------------------------

Note:
{{select key, value, math::sin(value) as foo from demo.kv}} fails with _list index out of range_
{{select key, value, sin(value) as foo from demo.kv}} works

> 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
>
>
> 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)