duckdb.org/docs/stable/data/parquet/overview
Preview meta tags from the duckdb.org website.
Linked Hostnames
4Thumbnail

Search Engine Appearance
Reading and Writing Parquet Files
Examples Read a single Parquet file: SELECT * FROM 'test.parquet'; Figure out which columns/types are in a Parquet file: DESCRIBE SELECT * FROM 'test.parquet'; Create a table from a Parquet file: CREATE TABLE test AS SELECT * FROM 'test.parquet'; If the file does not end in .parquet, use the read_parquet function: SELECT * FROM read_parquet('test.parq'); Use list parameter to read three Parquet files and treat them as a single table: SELECT * FROM read_parquet(['file1.parquet', 'file2.parquet', 'file3.parquet']); Read all files that match the glob pattern: SELECT * FROM 'test/*.parquet'; Read all files that match the glob pattern, and include the filename…
Bing
Reading and Writing Parquet Files
Examples Read a single Parquet file: SELECT * FROM 'test.parquet'; Figure out which columns/types are in a Parquet file: DESCRIBE SELECT * FROM 'test.parquet'; Create a table from a Parquet file: CREATE TABLE test AS SELECT * FROM 'test.parquet'; If the file does not end in .parquet, use the read_parquet function: SELECT * FROM read_parquet('test.parq'); Use list parameter to read three Parquet files and treat them as a single table: SELECT * FROM read_parquet(['file1.parquet', 'file2.parquet', 'file3.parquet']); Read all files that match the glob pattern: SELECT * FROM 'test/*.parquet'; Read all files that match the glob pattern, and include the filename…
DuckDuckGo
Reading and Writing Parquet Files
Examples Read a single Parquet file: SELECT * FROM 'test.parquet'; Figure out which columns/types are in a Parquet file: DESCRIBE SELECT * FROM 'test.parquet'; Create a table from a Parquet file: CREATE TABLE test AS SELECT * FROM 'test.parquet'; If the file does not end in .parquet, use the read_parquet function: SELECT * FROM read_parquet('test.parq'); Use list parameter to read three Parquet files and treat them as a single table: SELECT * FROM read_parquet(['file1.parquet', 'file2.parquet', 'file3.parquet']); Read all files that match the glob pattern: SELECT * FROM 'test/*.parquet'; Read all files that match the glob pattern, and include the filename…
General Meta Tags
12- titleReading and Writing Parquet Files – DuckDB
- charsetutf-8
- viewportwidth=device-width, initial-scale=1.0, maximum-scale=1.0
- msapplication-TileColor#000000
- msapplication-config/images/favicon/browserconfig.xml
Open Graph Meta Tags
7- og:titleReading and Writing Parquet Files
og:locale
en_US- og:descriptionExamples Read a single Parquet file: SELECT * FROM 'test.parquet'; Figure out which columns/types are in a Parquet file: DESCRIBE SELECT * FROM 'test.parquet'; Create a table from a Parquet file: CREATE TABLE test AS SELECT * FROM 'test.parquet'; If the file does not end in .parquet, use the read_parquet function: SELECT * FROM read_parquet('test.parq'); Use list parameter to read three Parquet files and treat them as a single table: SELECT * FROM read_parquet(['file1.parquet', 'file2.parquet', 'file3.parquet']); Read all files that match the glob pattern: SELECT * FROM 'test/*.parquet'; Read all files that match the glob pattern, and include the filename…
- og:urlhttps://duckdb.org/docs/stable/data/parquet/overview.html
- og:site_nameDuckDB
Twitter Meta Tags
3- twitter:cardsummary
- twitter:site@DuckDB
- twitter:creator@GitHub User
Link Tags
8- apple-touch-icon/images/favicon/apple-touch-icon.png
- canonicalhttps://duckdb.org/docs/stable/data/parquet/overview.html
- icon/images/favicon/favicon-32x32.png
- icon/images/favicon/favicon-16x16.png
- manifest/images/favicon/site.webmanifest
Links
396- https://duckdb.org
- https://duckdb.org/2021/06/25/querying-parquet.html
- https://duckdb.org/code_of_conduct
- https://duckdb.org/docs/0.10/data/parquet/overview
- https://duckdb.org/docs/0.8/data/parquet/overview