Module parquet::file::footer

source ·

Functions§

  • Decodes the footer returning the metadata length in bytes
  • Decodes ParquetMetaData from the provided bytes
  • Layout of Parquet file +—————————+—–+—+ | Rest of file | B | A | +—————————+—–+—+ where A: parquet footer, B: parquet metadata.