[
https://issues.apache.org/jira/browse/CALCITE-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399432#comment-16399432
]
Shuyi Chen commented on CALCITE-2046:
-------------------------------------
I think we need another Jira [CREATE
FUNCTION|https://my.vertica.com/docs/7.2.x/HTML/index.htm#Authoring/SQLReferenceManual/Statements/CREATEFUNCTIONUDF.htm]
support.
Also, to load external libraries for code generation when compiling, do you
have any suggestions? I look through the documentation and code, the only
solution I can find is to use the ICookable.setParentClassLoader to replace the
classloader with another one that has the external libraries loaded. I'll
appreciate your insight.
> 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)