Uses of Class
org.apache.drill.metastore.components.tables.MetastoreTableInfo
Packages that use MetastoreTableInfo
Package
Description
-
Uses of MetastoreTableInfo in org.apache.drill.exec.metastore.analyze
Methods in org.apache.drill.exec.metastore.analyze that return MetastoreTableInfoMethods in org.apache.drill.exec.metastore.analyze with parameters of type MetastoreTableInfoModifier and TypeMethodDescriptionMetadataControllerContext.MetadataControllerContextBuilder.metastoreTableInfo(MetastoreTableInfo metastoreTableInfo) -
Uses of MetastoreTableInfo in org.apache.drill.exec.metastore.store
Fields in org.apache.drill.exec.metastore.store declared as MetastoreTableInfoModifier and TypeFieldDescriptionprotected final MetastoreTableInfoMetastoreFileTableMetadataProvider.metastoreTableInfo -
Uses of MetastoreTableInfo in org.apache.drill.metastore.components.tables
Methods in org.apache.drill.metastore.components.tables that return MetastoreTableInfoModifier and TypeMethodDescriptionBasicTablesRequests.metastoreTableInfo(TableInfo tableInfo) Returns metastore table information, including metastore version and table last modified time.static MetastoreTableInfoMetastoreTableInfo.of(TableInfo tableInfo, TableMetadataUnit unit, long metastoreVersion) Methods in org.apache.drill.metastore.components.tables with parameters of type MetastoreTableInfoModifier and TypeMethodDescriptionbooleanBasicTablesRequests.hasMetastoreTableInfoChanged(MetastoreTableInfo metastoreTableInfo) Checks if given metastore table information is the same with current one.