You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/08/23 21:03:21 UTC

[jira] [Commented] (CALCITE-1309) Support LATERAL TABLE

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

Julian Hyde commented on CALCITE-1309:
--------------------------------------

Probably fairly straightforward to implement, maybe only the parser needs to be changed.

> Support LATERAL TABLE
> ---------------------
>
>                 Key: CALCITE-1309
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1309
>             Project: Calcite
>          Issue Type: New Feature
>          Components: core
>            Reporter: Jark Wu
>            Assignee: Julian Hyde
>             Fix For: 1.9.0
>
>
> {code}
> SELECT MyTable.*, t.s  FROM MyTable, LATERAL TABLE(split(MyTable.a)) AS t(s)
> {code}
> will throw “Encountered "LATERAL TABLE" at line 1, column 38.” exception. 
> We should support LATERAL TABLE ,  and allow table function to see earlier tables in the FROM clause. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)