Package org.apache.iceberg
Class TableUtil
java.lang.Object
org.apache.iceberg.TableUtil
- 
Method SummaryModifier and TypeMethodDescriptionstatic intformatVersion(Table table) Returns the format version of the given tablestatic StringmetadataFileLocation(Table table) Returns the metadata file location of the given tablestatic booleansupportsRowLineage(Table table) 
- 
Method Details- 
formatVersionReturns the format version of the given table
- 
metadataFileLocationReturns the metadata file location of the given table
- 
supportsRowLineage
 
-