Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In order to make working with the Table API easier. It would be great to have a class that contains the supported types.
Such that an expression could look like:
.select(42.cast(TableType.INT), 43.cast(TableType.DECIMAL))
The constants would map to the original TypeInformation object (in BasicTypeInfo, SqlTimeTypeInfo, etc.).
Attachments
Issue Links
- links to