public class ParquetGroupScanStatistics<T extends BaseMetadata & LocationProvider> extends Object
Constructor and Description |
---|
ParquetGroupScanStatistics(Collection<T> rowGroupInfos) |
ParquetGroupScanStatistics(ParquetGroupScanStatistics<T> that) |
Modifier and Type | Method and Description |
---|---|
void |
collect(Collection<T> metadataList) |
long |
getColumnValueCount(SchemaPath column) |
List<SchemaPath> |
getPartitionColumns() |
Map<org.apache.hadoop.fs.Path,Object> |
getPartitionPaths(SchemaPath column) |
Object |
getPartitionValue(org.apache.hadoop.fs.Path path,
SchemaPath column) |
long |
getRowCount() |
TypeProtos.MajorType |
getTypeForColumn(SchemaPath schemaPath) |
public ParquetGroupScanStatistics(Collection<T> rowGroupInfos)
public ParquetGroupScanStatistics(ParquetGroupScanStatistics<T> that)
public long getColumnValueCount(SchemaPath column)
public List<SchemaPath> getPartitionColumns()
public TypeProtos.MajorType getTypeForColumn(SchemaPath schemaPath)
public long getRowCount()
public Object getPartitionValue(org.apache.hadoop.fs.Path path, SchemaPath column)
public Map<org.apache.hadoop.fs.Path,Object> getPartitionPaths(SchemaPath column)
public void collect(Collection<T> metadataList)
Copyright © 1970 The Apache Software Foundation. All rights reserved.