Modifier and Type | Field and Description |
---|---|
static Map<String,java.util.function.Function<FileStoreTable,Table>> |
SYSTEM_TABLE_LOADERS |
static List<String> |
SYSTEM_TABLES |
Constructor and Description |
---|
SystemTableLoader() |
Modifier and Type | Method and Description |
---|---|
static Table |
load(String type,
FileStoreTable dataTable) |
static Table |
loadGlobal(String tableName,
FileIO fileIO,
java.util.function.Supplier<Map<String,Map<String,Path>>> allTablePaths,
Options catalogOptions,
LineageMetaFactory lineageMetaFactory) |
static List<String> |
loadGlobalTableNames() |
public static final Map<String,java.util.function.Function<FileStoreTable,Table>> SYSTEM_TABLE_LOADERS
@Nullable public static Table load(String type, FileStoreTable dataTable)
@Nullable public static Table loadGlobal(String tableName, FileIO fileIO, java.util.function.Supplier<Map<String,Map<String,Path>>> allTablePaths, Options catalogOptions, @Nullable LineageMetaFactory lineageMetaFactory)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.