Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CDA8116E9 for ; Sat, 19 Jul 2014 20:20:39 +0000 (UTC) Received: (qmail 91638 invoked by uid 500); 19 Jul 2014 20:20:39 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 91611 invoked by uid 500); 19 Jul 2014 20:20:39 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 91404 invoked by uid 99); 19 Jul 2014 20:20:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2014 20:20:39 +0000 Date: Sat, 19 Jul 2014 20:20:39 +0000 (UTC) From: "Robert Stupp (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-7556) Update cqlsh for UDFs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-7556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067663#comment-14067663 ] Robert Stupp commented on CASSANDRA-7556: ----------------------------------------- Should support: * {{DESCRIBE FUNCTIONS;}} show all functions in 'default' namespace and list all namespaces * {{DESCRIBE FUNCTIONS ;}} show all functions in a specific namespace * {{DESCRIBE FUNCTION ( "::")? }} describe specific function * {{GRANT CREATE FUNCTION}} * {{GRANT DROP FUNCTION}} * {{GRANT EXECUTE ()?}} execute privilege on a namespace > 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)