Uses of Class
org.apache.flink.table.gateway.rest.serde.ColumnInfo
-
Packages that use ColumnInfo Package Description org.apache.flink.table.gateway.rest.serde -
-
Uses of ColumnInfo in org.apache.flink.table.gateway.rest.serde
Methods in org.apache.flink.table.gateway.rest.serde that return ColumnInfo Modifier and Type Method Description static ColumnInfoColumnInfo. toColumnInfo(org.apache.flink.table.catalog.Column column)Methods in org.apache.flink.table.gateway.rest.serde that return types with arguments of type ColumnInfo Modifier and Type Method Description List<ColumnInfo>ResultInfo. getColumnInfos()Get the column info of the data.
-