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()
JdbcTableInfo
location
in interface JdbcTableInfo
public List<Identifier> identifiers()
JdbcTableInfo
identifiers
in interface JdbcTableInfo
public String tableName()
tableName
in interface JdbcTableInfo
public String toPaimonTableName()
JdbcTableInfo
toPaimonTableName
in interface JdbcTableInfo
public Schema schema()
schema
in interface JdbcTableInfo
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.