public static class Metadata_V2.ParquetFileMetadata_v2 extends MetadataBase.ParquetFileMetadata
Modifier and Type | Field and Description |
---|---|
Long |
length |
org.apache.hadoop.fs.Path |
path |
List<Metadata_V2.RowGroupMetadata_v2> |
rowGroups |
Constructor and Description |
---|
ParquetFileMetadata_v2() |
ParquetFileMetadata_v2(org.apache.hadoop.fs.Path path,
Long length,
List<Metadata_V2.RowGroupMetadata_v2> 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_V2.RowGroupMetadata_v2> rowGroups
public ParquetFileMetadata_v2()
public ParquetFileMetadata_v2(org.apache.hadoop.fs.Path path, Long length, List<Metadata_V2.RowGroupMetadata_v2> rowGroups)
public org.apache.hadoop.fs.Path getPath()
getPath
in class MetadataBase.ParquetFileMetadata
public Long getLength()
getLength
in class MetadataBase.ParquetFileMetadata
public List<? extends MetadataBase.RowGroupMetadata> getRowGroups()
getRowGroups
in class MetadataBase.ParquetFileMetadata
Copyright © 1970 The Apache Software Foundation. All rights reserved.