Class ColumnInfo
java.lang.Object
org.apache.flink.table.gateway.rest.serde.ColumnInfo
A column info represents a table column's structure with column name, column type.
-
Constructor Summary
ConstructorsConstructorDescriptionColumnInfo(String name, org.apache.flink.table.types.logical.LogicalType logicalType, String comment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.flink.table.types.logical.LogicalTypegetName()inthashCode()org.apache.flink.table.catalog.ColumntoColumn()static ColumnInfotoColumnInfo(org.apache.flink.table.catalog.Column column) toString()
-
Constructor Details
-
ColumnInfo
-
-
Method Details
-
toColumnInfo
-
toColumn
public org.apache.flink.table.catalog.Column toColumn() -
getName
-
getLogicalType
public org.apache.flink.table.types.logical.LogicalType getLogicalType() -
getComment
-
equals
-
hashCode
public int hashCode() -
toString
-