You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ambition (JIRA)" <ji...@apache.org> on 2018/11/15 01:46:00 UTC

[jira] [Comment Edited] (CALCITE-2663) create function and drop function SQL statement

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

ambition edited comment on CALCITE-2663 at 11/15/18 1:45 AM:
-------------------------------------------------------------

new  [PR920|https://github.com/apache/calcite/pull/920] , support "CREATE OR REPLACE FUNCTION", and "DROP FUNCTION".


was (Author: ambition):
new  [PR913|https://github.com/apache/calcite/pull/913] , support "CREATE OR REPLACE FUNCTION", and "DROP FUNCTION".

> create function and drop function SQL statement
> -----------------------------------------------
>
>                 Key: CALCITE-2663
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2663
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.16.0, 1.17.0
>            Reporter: ambition
>            Assignee: Julian Hyde
>            Priority: Minor
>             Fix For: 1.16.0, 1.17.0
>
>
> support create function and drop function statement like apache hive:
> {code:java}
> CREATE [OR REPLACE] FUNCTION [IF NOT EXISTS] [db_name.]function_name AS class_name
>   [USING JAR|FILE|ARCHIVE 'file_uri' [, JAR|FILE|ARCHIVE 'file_uri'] ];
> DROP FUNCTION [IF EXISTS] function_name; 
> {code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)