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
- is related to
-
CALCITE-6076 Table function can not refer other table columns
- Closed
- relates to
-
CALCITE-531 Window function does not work in LATERAL
- Closed
-
CALCITE-1356 Release Calcite 1.9.0
- Closed