Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1309

Support LATERAL TABLE

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.9.0
    • core
    • None

    Description

      SELECT MyTable.*, t.s  FROM MyTable, LATERAL TABLE(split(MyTable.a)) AS t(s)
      

      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.

      Attachments

        Issue Links

          Activity

            People

              julianhyde Julian Hyde
              jark Jark Wu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: