You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (JIRA)" <ji...@apache.org> on 2019/02/21 04:13:00 UTC

[jira] [Created] (FLINK-11702) Introduce a new table type system: InternalType

Jingsong Lee created FLINK-11702:
------------------------------------

             Summary: Introduce a new table type system: InternalType
                 Key: FLINK-11702
                 URL: https://issues.apache.org/jira/browse/FLINK-11702
             Project: Flink
          Issue Type: New Feature
          Components: Table API &amp; SQL
            Reporter: Jingsong Lee
            Assignee: Jingsong Lee


After FLINK-11701 , A type will correspond to two data formats. We continue to use TypeInformation to represent the calculation of the Table layer is not suitable, because TypeInformation is bound to the physical format.
Introducing InternalType, which is a lightweight form, the table layer uses enumerations for CodeGen and calculations.



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