public static class Metadata_V4.ParquetFileMetadata_v4 extends MetadataBase.ParquetFileMetadata
| Modifier and Type | Field and Description |
|---|---|
Long |
length |
org.apache.hadoop.fs.Path |
path |
List<Metadata_V4.RowGroupMetadata_v4> |
rowGroups |
| Constructor and Description |
|---|
ParquetFileMetadata_v4() |
ParquetFileMetadata_v4(org.apache.hadoop.fs.Path path,
Long length,
List<Metadata_V4.RowGroupMetadata_v4> 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_V4.RowGroupMetadata_v4> rowGroups
public ParquetFileMetadata_v4()
public ParquetFileMetadata_v4(org.apache.hadoop.fs.Path path,
Long length,
List<Metadata_V4.RowGroupMetadata_v4> 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.