Skip to content

Expose function to parse metadata, given only footer bytes #803

@keller-mark

Description

@keller-mark

In addition to the schema, I also want to obtain the parquet metadata (e.g., to get the size of the row groups in the parquet file). Since these are also contained in the footer bytes (the same footer bytes that I pass to readSchema), it should just be a matter of parsing them.

I can currently use the parquetMetadata function from hyparquet to acheive this, but perhaps parquet-wasm can provide a function with the same metadata parsing functionality as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions