public class ShardsMergedJdbcTableInfo extends Object implements JdbcTableInfo
Constructor and Description |
---|
ShardsMergedJdbcTableInfo() |
Modifier and Type | Method and Description |
---|---|
List<Identifier> |
identifiers()
Return all MySQL table identifiers that build this schema.
|
void |
init(Identifier identifier,
Schema schema) |
String |
location()
To indicate where is the table from.
|
ShardsMergedJdbcTableInfo |
merge(Identifier otherTableId,
Schema other) |
Schema |
schema() |
String |
tableName() |
String |
toPaimonTableName()
Convert to corresponding Paimon table name.
|
public void init(Identifier identifier, Schema schema)
public ShardsMergedJdbcTableInfo merge(Identifier otherTableId, Schema other)
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.