public class FlinkTableSchemaWrapper extends Object implements Serializable
| Constructor and Description |
|---|
FlinkTableSchemaWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.api.java.tuple.Tuple4<Integer,String,org.apache.flink.table.types.DataType,String> |
fromTableColumn(org.apache.flink.table.api.TableColumn tableColumn) |
static org.apache.flink.table.api.TableColumn |
toTableColumn(org.apache.flink.api.java.tuple.Tuple4<Integer,String,org.apache.flink.table.types.DataType,String> tuple) |
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.