https://github.com/berrysoft/pqdump
A command line tool to dump the content of a Parquet file.
https://github.com/berrysoft/pqdump
Last synced: 9 months ago
JSON representation
A command line tool to dump the content of a Parquet file.
- Host: GitHub
- URL: https://github.com/berrysoft/pqdump
- Owner: Berrysoft
- License: mit
- Created: 2023-07-27T03:29:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T07:13:49.000Z (12 months ago)
- Last Synced: 2025-07-01T08:26:58.939Z (12 months ago)
- Language: Rust
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pqdump
A simple program to dump Parquet files.
## Usage
```
Usage: pqdump [OPTIONS]
Arguments:
Options:
-b, --batch Batch size [default: 1024]
-n, --length Print the number of rows and exit
--num-row-groups Print the number of row groups and exit
-A, --only-types Print the datatypes only
--no-types Suppress printing the datatypes
--head Print the first rows
--tail Print the last rows
--columns Print the specified columns
--exclude Suppress the specified columns
-h, --help Print help
-V, --version Print version
```