Package org.apache.parquet.hadoop
Class Footer
- java.lang.Object
-
- org.apache.parquet.hadoop.Footer
-
public class Footer extends Object
Represent the footer for a given file
-
-
Constructor Summary
Constructors Constructor Description Footer(org.apache.hadoop.fs.Path file, ParquetMetadata parquetMetadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.fs.PathgetFile()ParquetMetadatagetParquetMetadata()StringtoString()
-
-
-
Constructor Detail
-
Footer
public Footer(org.apache.hadoop.fs.Path file, ParquetMetadata parquetMetadata)
-
-
Method Detail
-
getFile
public org.apache.hadoop.fs.Path getFile()
-
getParquetMetadata
public ParquetMetadata getParquetMetadata()
-
-