duckdb -c "SELECT * FROM read_parquet('users.parquet');"

Category: Databases & SQL

duckdb -c "SELECT * FROM read_parquet('users.parquet');"

Query a Parquet file directly

Parquet's columnar layout means DuckDB reads only the columns the query touches, making scans of huge files very fast. Related: read_csv_auto.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.