public static class Metadata_V3.ParquetFileMetadata_v3 extends MetadataBase.ParquetFileMetadata
| Modifier and Type | Field and Description |
|---|---|
Long |
length |
org.apache.hadoop.fs.Path |
path |
List<Metadata_V3.RowGroupMetadata_v3> |
rowGroups |
| Constructor and Description |
|---|
ParquetFileMetadata_v3() |
ParquetFileMetadata_v3(org.apache.hadoop.fs.Path path,
Long length,
List<Metadata_V3.RowGroupMetadata_v3> rowGroups) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLength() |
org.apache.hadoop.fs.Path |
getPath() |
List<? extends MetadataBase.RowGroupMetadata> |
getRowGroups() |
String |
toString() |
public org.apache.hadoop.fs.Path path
public Long length
public List<Metadata_V3.RowGroupMetadata_v3> rowGroups
public ParquetFileMetadata_v3()
public ParquetFileMetadata_v3(org.apache.hadoop.fs.Path path,
Long length,
List<Metadata_V3.RowGroupMetadata_v3> rowGroups)
public org.apache.hadoop.fs.Path getPath()
getPath in class MetadataBase.ParquetFileMetadatapublic Long getLength()
getLength in class MetadataBase.ParquetFileMetadatapublic List<? extends MetadataBase.RowGroupMetadata> getRowGroups()
getRowGroups in class MetadataBase.ParquetFileMetadataCopyright © 2021 The Apache Software Foundation. All rights reserved.