Package | Description |
---|---|
org.apache.paimon.flink.action.cdc.schema |
Modifier and Type | Class and Description |
---|---|
class |
AllMergedJdbcTableInfo
Describe a table whose schema is merged from all source tables.
|
class |
ShardsMergedJdbcTableInfo
Describe a table whose schema is merged from shards (tables with the same name but in different
database).
|
class |
UnmergedJdbcTableInfo
Describe a table that is not merged.
|
Modifier and Type | Method and Description |
---|---|
JdbcTableInfo |
JdbcSchemasInfo.mergeAll() |
Modifier and Type | Method and Description |
---|---|
List<JdbcTableInfo> |
JdbcSchemasInfo.toMySqlTableInfos(boolean mergeShards) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.