[
https://issues.apache.org/jira/browse/HIVE-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732916#action_12732916
]
Raghotham Murthy commented on HIVE-655:
---------------------------------------
I was trying to use the same syntax for UDTF as TRANSFORM, since UDTF is just
the java way of doing a transform. So, TRANSFORM clause can also be deemed a
table function and should be written as
{code}
SELECT * FROM TABLE (TRANSFORM(parameters) USING 'script' AS col_list)
{code}
> Add support for user defined table generating functions
> -------------------------------------------------------
>
> Key: HIVE-655
> URL: https://issues.apache.org/jira/browse/HIVE-655
> Project: Hadoop Hive
> Issue Type: New Feature
> Components: Query Processor
> Reporter: Raghotham Murthy
> Assignee: Raghotham Murthy
>
> Provide a way for users to add a table generating function, i.e., functions
> that generate multiple rows from a single input row. Currently, the only way
> to do it is via the TRANSFORM clause which requires streaming the data.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.