pyflink.table.table_schema.TableSchema.to_row_data_type#
- TableSchema.to_row_data_type() pyflink.table.types.RowType [source]#
Converts a table schema into a (nested) data type describing a
pyflink.table.types.DataTypes.ROW()
.- Returns
The row data type.