[
https://issues.apache.org/jira/browse/CALCITE-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ambition updated CALCITE-2663:
------------------------------
Comment: was deleted
(was: ok, I fix [PR #920|https://github.com/apache/calcite/pull/920] based
branch-1.17 can generate JAR and FILE. And add function syntax to reference.md
thanks)
> 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)