返回命令列表

Linux command

parqeye 命令

文件

Copy it and replace filenames, paths, or keywords as needed.

命令示例

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.