Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.table | |
org.apache.paimon.table.system |
Modifier and Type | Field and Description |
---|---|
protected LineageMetaFactory |
AbstractCatalog.lineageMetaFactory |
Modifier and Type | Method and Description |
---|---|
LineageMetaFactory |
CatalogEnvironment.lineageMetaFactory() |
Constructor and Description |
---|
CatalogEnvironment(Identifier identifier,
Lock.Factory lockFactory,
MetastoreClient.Factory metastoreClientFactory,
LineageMetaFactory lineageMetaFactory) |
Modifier and Type | Field and Description |
---|---|
protected LineageMetaFactory |
TableLineageTable.lineageMetaFactory |
Modifier and Type | Method and Description |
---|---|
static Table |
SystemTableLoader.loadGlobal(String tableName,
FileIO fileIO,
java.util.function.Supplier<Map<String,Map<String,Path>>> allTablePaths,
Options catalogOptions,
LineageMetaFactory lineageMetaFactory) |
Constructor and Description |
---|
SinkTableLineageTable(LineageMetaFactory lineageMetaFactory,
Options options) |
SourceTableLineageTable(LineageMetaFactory lineageMetaFactory,
Options options) |
TableLineageRead(LineageMetaFactory lineageMetaFactory,
Options options,
java.util.function.BiFunction<LineageMeta,Predicate,Iterator<TableLineageEntity>> tableLineageQuery) |
TableLineageTable(LineageMetaFactory lineageMetaFactory,
Options options) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.