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