public class PartitionStatistics extends Object
| Modifier and Type | Field and Description |
|---|---|
static PartitionStatistics |
EMPTY_STATISTICS |
| Constructor and Description |
|---|
PartitionStatistics(boolean columnStatsAcurate,
OptionalLong fileCount,
OptionalLong rowCount,
OptionalLong rawDataSize,
OptionalLong totalSize,
Map<String,HiveColumnStatistics> columnStatistics) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HiveColumnStatistics> |
getColumnStatistics() |
OptionalLong |
getFileCount() |
OptionalLong |
getRawDataSize() |
OptionalLong |
getRowCount() |
OptionalLong |
getTotalSize() |
boolean |
isColumnStatsAcurate() |
public static final PartitionStatistics EMPTY_STATISTICS
public PartitionStatistics(boolean columnStatsAcurate,
OptionalLong fileCount,
OptionalLong rowCount,
OptionalLong rawDataSize,
OptionalLong totalSize,
Map<String,HiveColumnStatistics> columnStatistics)
public boolean isColumnStatsAcurate()
public OptionalLong getFileCount()
public OptionalLong getRowCount()
public OptionalLong getRawDataSize()
public OptionalLong getTotalSize()
public Map<String,HiveColumnStatistics> getColumnStatistics()
Copyright © 2012-2017. All Rights Reserved.