[ 
https://issues.apache.org/jira/browse/HIVE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733245#action_12733245
 ] 

Namit Jain commented on HIVE-645:
---------------------------------

It was just a a thought - oracle distinguishes between user defined functions 
and procedures.
User defined functions are part of the select list, and procedures are not.

Having said, they are compiled and executed natively. Since we have no plans of 
doing it (at least for some time),
we can ignore it.

I just thought do we need to construct where there is no return value.

Other slightly related issue is that there may not be a table: so, should we 
have a equivalent of table function.
Raghu has filed a jira for that also - we should think about all of them and 
then decide.

The proposed user defined procedures syntax does not take a table name, since 
it is not part of select list, which
may be a common scenario.


> A UDF that can export data to JDBC databases.
> ---------------------------------------------
>
>                 Key: HIVE-645
>                 URL: https://issues.apache.org/jira/browse/HIVE-645
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>            Priority: Minor
>         Attachments: hive-645-2.patch, hive-645.patch
>
>
> A UDF that can export data to JDBC databases.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to