Interface TableMetadata
- All Superinterfaces:
Metadata
- All Known Implementing Classes:
BaseTableMetadata
Metadata which corresponds to the table level.
-
Method Summary
Modifier and TypeMethodDescriptioncloneWithStats
(Map<SchemaPath, ColumnStatistics<?>> columnStatistics, List<StatisticsHolder<?>> tableStatistics) long
org.apache.hadoop.fs.Path
Methods inherited from interface org.apache.drill.metastore.metadata.Metadata
containsExactStatistics, getColumn, getColumnsStatistics, getColumnStatistics, getMetadataInfo, getSchema, getStatistic, getStatisticsForColumn, getTableInfo, toMetadataUnit
-
Method Details
-
getLocation
org.apache.hadoop.fs.Path getLocation() -
getLastModifiedTime
long getLastModifiedTime() -
cloneWithStats
TableMetadata cloneWithStats(Map<SchemaPath, ColumnStatistics<?>> columnStatistics, List<StatisticsHolder<?>> tableStatistics) -
getInterestingColumns
List<SchemaPath> getInterestingColumns()
-