You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Rong Rong (JIRA)" <ji...@apache.org> on 2018/09/08 16:16:00 UTC

[jira] [Created] (CALCITE-2542) SqlNode AtomicRowExpression + DOT operation does not work for constructed ROWs

Rong Rong created CALCITE-2542:
----------------------------------

             Summary: SqlNode AtomicRowExpression + DOT operation does not work for constructed ROWs
                 Key: CALCITE-2542
                 URL: https://issues.apache.org/jira/browse/CALCITE-2542
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Rong Rong
            Assignee: Julian Hyde


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.
{code}
SELECT ROW(col1, col2, col3).col1 FROM t
SELECT myFunc(arg1, arg2).col1 FROM t
{code}





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)