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

Edward Capriolo commented on HIVE-3238:
---------------------------------------

Usage:

{noformat}
    client.execute("select inline_table( "
            + "ARRAY("
            + " STRUCT (1,'dude!'),"
            + " STRUCT (2,'Wheres'),"
            + " STRUCT (3,'my car?')"
            + ")"
            + ")  as (id, text) from inline");
    
{noformat}
                
> A table generating, table generating function
> ---------------------------------------------
>
>                 Key: HIVE-3238
>                 URL: https://issues.apache.org/jira/browse/HIVE-3238
>             Project: Hive
>          Issue Type: New Feature
>    Affects Versions: 0.9.0
>            Reporter: Edward Capriolo
>            Assignee: Edward Capriolo
>             Fix For: 0.10.0
>
>         Attachments: hive-3238.patch.txt
>
>
> Often times you create small text files to test something. This UDTF makes 
> that easy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to