Jark Wu created CALCITE-1309:
--------------------------------

             Summary: 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)

Reply via email to