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
- relates to
-
CALCITE-531 Window function does not work in LATERAL
-
- Closed
-
-
CALCITE-1356 Release Calcite 1.9.0
-
- Closed
-