Linux command
parqeye 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Inspect a Parquet file
parqeye [path/to/file.parquet]
说明
parqeye is a terminal-based tool for inspecting Apache Parquet files. It provides interactive data visualization with keyboard navigation, schema exploration for column types and nested structures, file-level metadata viewing, and row group statistics. The interface uses tabs for switching between different views.
FAQ
What is the parqeye command used for?
parqeye is a terminal-based tool for inspecting Apache Parquet files. It provides interactive data visualization with keyboard navigation, schema exploration for column types and nested structures, file-level metadata viewing, and row group statistics. The interface uses tabs for switching between different views.
How do I run a basic parqeye example?
Run `parqeye [path/to/file.parquet]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.