| Method and Description |
|---|
| org.apache.flink.table.api.TableSchema.getColumnNames()
Use
TableSchema.getFieldNames() instead. Can be dropped after 1.7. |
| org.apache.flink.table.api.TableSchema.getTypes()
Use
TableSchema.getFieldTypes() instead. Can be dropped after 1.7. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.