Uses of Class
org.apache.flink.table.catalog.Column.PhysicalColumn
-
Packages that use Column.PhysicalColumn Package Description org.apache.flink.table.catalog -
-
Uses of Column.PhysicalColumn in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return Column.PhysicalColumn Modifier and Type Method Description static Column.PhysicalColumn
Column. physical(String name, DataType dataType)
Creates a regular table column that represents physical data.Column.PhysicalColumn
Column.PhysicalColumn. withComment(String comment)
-