public class ColumnRichInfo extends Object implements Serializable
| Constructor and Description |
|---|
ColumnRichInfo(String columnName,
int columnIndexInSchema,
org.apache.flink.table.types.DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndexInSchema() |
String |
getColumnName() |
org.apache.flink.table.types.DataType |
getDataType() |
public ColumnRichInfo(String columnName, int columnIndexInSchema, org.apache.flink.table.types.DataType dataType)
public String getColumnName()
public int getColumnIndexInSchema()
public org.apache.flink.table.types.DataType getDataType()
Copyright © 2023. All rights reserved.