Mihai Budiu created CALCITE-7606:
------------------------------------

             Summary: ROW field names should be used to infer column names
                 Key: CALCITE-7606
                 URL: https://issues.apache.org/jira/browse/CALCITE-7606
             Project: Calcite
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.42.0
            Reporter: Mihai Budiu
            Assignee: Mihai Budiu


An expression such as emp.deptno infers a column name as "deptno" for the 
result.

However, an expression such as emp.row.field does not infer a column name of 
"field" for the result when row has a ROW type.

I am proposing to change this behavior. I believe that many other SQL dialects 
have this behavior.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to