[
https://issues.apache.org/jira/browse/CALCITE-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689822#comment-16689822
]
Julian Hyde commented on CALCITE-2663:
--------------------------------------
Reviewing and testing PR #920 now.
In future, let's keep to just one PR. In Calcite we don't make maintenance
releases, so PRs should always be to [apache master
branch|https://github.com/apache/calcite/commits/master]. Of course, once it's
committed, you're most welcome to merge or rebase the committed change into
your own branch(es), and make your own builds.
> 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: server
> Affects Versions: 1.16.0, 1.17.0
> Reporter: ambition
> Assignee: Julian Hyde
> Priority: Minor
> Fix For: 1.18.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)