You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Shuyi Chen (JIRA)" <ji...@apache.org> on 2018/03/02 06:59:00 UTC

[jira] [Commented] (CALCITE-2046) Support "CREATE FUNCTION" DDL

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

Shuyi Chen commented on CALCITE-2046:
-------------------------------------

Hi [~julianhyde], similar to "CREATE TYPE", I am thinking maybe we need add library into the JSON model as well, and keep the fullClassPath for each library added, and this is used to remove all added functions when drop or alter is invoked. What do you think?

> Support "CREATE FUNCTION" DDL
> -----------------------------
>
>                 Key: CALCITE-2046
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2046
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: Shuyi Chen
>            Assignee: Shuyi Chen
>            Priority: Major
>
> We want to add DDL support for creating external function like Apache Drill ([https://drill.apache.org/docs/create-function-using-jar/]). 
> {code:java}
> CREATE FUNCTION USING JAR '<jar_name>.jar';
> {code}



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