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