public final class CatalogTable extends Object implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogTable |
copy() |
String |
getCatalogName() |
String |
getComment() |
Map<String,String> |
getOptions() |
List<String> |
getPartitionKeys() |
SeaTunnelRowType |
getSeaTunnelRowType() |
TableIdentifier |
getTableId() |
TablePath |
getTablePath() |
TableSchema |
getTableSchema() |
static CatalogTable |
of(TableIdentifier tableId,
CatalogTable catalogTable) |
static CatalogTable |
of(TableIdentifier tableId,
TableSchema tableSchema,
Map<String,String> options,
List<String> partitionKeys,
String comment) |
static CatalogTable |
of(TableIdentifier tableId,
TableSchema tableSchema,
Map<String,String> options,
List<String> partitionKeys,
String comment,
String catalogName) |
String |
toString() |
public static CatalogTable of(TableIdentifier tableId, CatalogTable catalogTable)
public static CatalogTable of(TableIdentifier tableId, TableSchema tableSchema, Map<String,String> options, List<String> partitionKeys, String comment)
public static CatalogTable of(TableIdentifier tableId, TableSchema tableSchema, Map<String,String> options, List<String> partitionKeys, String comment, String catalogName)
public CatalogTable copy()
public TableIdentifier getTableId()
public TablePath getTablePath()
public TableSchema getTableSchema()
public SeaTunnelRowType getSeaTunnelRowType()
public String getComment()
public String getCatalogName()
Copyright © 2024 The Apache Software Foundation. All rights reserved.