Package io.trino.plugin.hive.metastore
Class PartitionWithStatistics
- java.lang.Object
-
- io.trino.plugin.hive.metastore.PartitionWithStatistics
-
public class PartitionWithStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description PartitionWithStatistics(Partition partition, String partitionName, PartitionStatistics statistics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitiongetPartition()StringgetPartitionName()PartitionStatisticsgetStatistics()
-
-
-
Constructor Detail
-
PartitionWithStatistics
public PartitionWithStatistics(Partition partition, String partitionName, PartitionStatistics statistics)
-
-
Method Detail
-
getPartition
public Partition getPartition()
-
getPartitionName
public String getPartitionName()
-
getStatistics
public PartitionStatistics getStatistics()
-
-