Package org.apache.iceberg
Class MetadataTableUtils
java.lang.Object
org.apache.iceberg.MetadataTableUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic Table
createMetadataTableInstance
(TableOperations ops, String baseTableName, String metadataTableName, MetadataTableType type) static Table
createMetadataTableInstance
(TableOperations ops, String catalogName, TableIdentifier baseTableIdentifier, TableIdentifier metadataTableIdentifier, MetadataTableType type) static Table
createMetadataTableInstance
(Table table, MetadataTableType type) static boolean
hasMetadataTableName
(TableIdentifier identifier)
-
Method Details
-
hasMetadataTableName
-
createMetadataTableInstance
-
createMetadataTableInstance
public static Table createMetadataTableInstance(TableOperations ops, String baseTableName, String metadataTableName, MetadataTableType type) -
createMetadataTableInstance
public static Table createMetadataTableInstance(TableOperations ops, String catalogName, TableIdentifier baseTableIdentifier, TableIdentifier metadataTableIdentifier, MetadataTableType type)
-