Description
It seems like some of the AtomicRowExpression (such as NamedFunctionCall) or rowSpan with <ROW> operator does not allow following DOT operators in Parser.jj
To named a few, the following does not parse correctly.
SELECT ROW(col1, col2, col3).col1 FROM t SELECT myFunc(arg1, arg2).col1 FROM t
Attachments
Issue Links
- is related to
-
CALCITE-2906 Record DOT extension does not distinguish between simple and compound identifiers
- Open
-
CALCITE-2721 Support parsing of DOT + MEMBER_FUNCTION
- Closed
- relates to
-
FLINK-10273 Access composite type fields after a function
- Open