public class UnmergedJdbcTableInfo extends Object implements JdbcTableInfo
| Constructor and Description |
|---|
UnmergedJdbcTableInfo(Identifier identifier,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
List<Identifier> |
identifiers()
Return all MySQL table identifiers that build this schema.
|
String |
location()
To indicate where is the table from.
|
Schema |
schema() |
String |
tableName() |
String |
toPaimonTableName()
Convert to corresponding Paimon table name.
|
public UnmergedJdbcTableInfo(Identifier identifier, Schema schema)
public String location()
JdbcTableInfolocation in interface JdbcTableInfopublic List<Identifier> identifiers()
JdbcTableInfoidentifiers in interface JdbcTableInfopublic String tableName()
tableName in interface JdbcTableInfopublic String toPaimonTableName()
JdbcTableInfotoPaimonTableName in interface JdbcTableInfopublic Schema schema()
schema in interface JdbcTableInfoCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.