[
https://issues.apache.org/jira/browse/CALCITE-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16275140#comment-16275140
]
Julian Hyde commented on CALCITE-2046:
--------------------------------------
By the way, I think we should also support a more traditional "CREATE
FUNCTION", e.g.
{code}
CREATE FUNCTION plus(INTEGER x, INTEGER y)
RETURNS INTEGER AS
BEGIN
RETURN x + y;
END;
{code}
> 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: Julian Hyde
>
> 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
(v6.4.14#64029)