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