duckdb.org/docs/stable/data/parquet/overview

Preview meta tags from the duckdb.org website.

Linked Hostnames

4

Thumbnail

Search Engine Appearance

Google

https://duckdb.org/docs/stable/data/parquet/overview

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

https://duckdb.org/docs/stable/data/parquet/overview

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

https://duckdb.org/docs/stable/data/parquet/overview

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
    • title
      Reading and Writing Parquet Files – DuckDB
    • charset
      utf-8
    • viewport
      width=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:title
      Reading and Writing Parquet Files
    • US country flagog:locale
      en_US
    • og:description
      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…
    • og:url
      https://duckdb.org/docs/stable/data/parquet/overview.html
    • og:site_name
      DuckDB
  • Twitter Meta Tags

    3
    • twitter:card
      summary
    • twitter:site
      @DuckDB
    • twitter:creator
      @GitHub User
  • Link Tags

    8
    • apple-touch-icon
      /images/favicon/apple-touch-icon.png
    • canonical
      https://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