| 类和说明 |
|---|
| org.apache.flink.table.util.TableConnectorUtil
Use
TableConnectorUtils instead. |
| 方法和说明 |
|---|
| 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–2019 The Apache Software Foundation. All rights reserved.