[jira] [Created] (FLINK-3615) Add support for non-native SQL types

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-3615) Add support for non-native SQL types

Shang Yuanchun (Jira)
Vasia Kalavri created FLINK-3615:
------------------------------------

             Summary: Add support for non-native SQL types
                 Key: FLINK-3615
                 URL: https://issues.apache.org/jira/browse/FLINK-3615
             Project: Flink
          Issue Type: Improvement
          Components: Table API
            Reporter: Vasia Kalavri


The TypeConverter of the Table API currently only supports basic types. We should maybe re-design the way {{sqlTypeToTypeInfo}} works. It is used in the {{CodeGenerator}} for visiting literals, in {{DataSetAggregate}} to create the {{RowTypeInfo}} and in {{determineReturnType}}. We could maybe provide a custom implementation per operator to determine the return type, based on the input fields.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)