You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kyle McCarthy (Jira)" <ji...@apache.org> on 2019/11/11 00:26:00 UTC

[jira] [Comment Edited] (ARROW-6947) [Rust] [DataFusion] Add support for scalar UDFs

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

Kyle McCarthy edited comment on ARROW-6947 at 11/11/19 12:25 AM:
-----------------------------------------------------------------

I would like to provide some assistance with implementing UDFs. Is the idea to implement them similarly to gandiva and generate LLVM IR or WebAssembly? Or to take a different approach and provide a trait for users to implement for their UDF and then register?


was (Author: kylemccarthy):
I would like to provide some assistance with implementing UDFs. Is the idea to implement them similarly to gandiva and generate LLVM IR or WebAssembly? Or to provide a trait for users to implement for their UDF and then register?

> [Rust] [DataFusion] Add support for scalar UDFs
> -----------------------------------------------
>
>                 Key: ARROW-6947
>                 URL: https://issues.apache.org/jira/browse/ARROW-6947
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust, Rust - DataFusion
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>
> As a user, I would like to be able to define my own functions and then use them in SQL statements.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)