Skip to main content

Duckdb tpch extension

Project description

🦆DuckDB tpch extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-tpch

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("tpch")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='tpch' or 
                list_contains(aliases, 'tpch')""")
    .fetchone()[0]
)

License

duckdb-extension-tpch is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

duckdb_extension_tpch-1.3.0a0-py3-none-win_amd64.whl (14.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_x86_64.whl (6.3 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_arm64.whl (5.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_tpch-1.3.0a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 98830211455ac66c86b4b2979ddb45bde70960b7388732ec85d5bfeb8a74f1dd
MD5 680e2c2fedac3f0a41924639a6c292f3
BLAKE2b-256 c2ba94e04835fb744f13ef8785f7402a022d921281e35509a391032110b2cadb

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.0a0-py3-none-win_amd64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_tpch-1.3.0a0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3d0c090d27315a440965b82a443a4d3100e8763eca5e3db2d9a399763b10fcb
MD5 f9b77c4cefc7d71086ceee8761ba9374
BLAKE2b-256 3c99940b9e55e602f384c3eabba96201478a2f3a24825bbf7f3921de1d0eab2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.0a0-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_tpch-1.3.0a0-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.0a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cd0e9d767e7ef2d4337702fadb84347e6763d7d3e340711dc62f7aac6a4d46f
MD5 93ed471e81c7f7fe11e99abd816a9f6d
BLAKE2b-256 dbfc56275032eed0ff4e2a6ad4f94b6c82ce28e25d238613e8fbde3591f7c5a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.0a0-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7e17c5574be932ecb009aad26c0b20570061b42e3a9411c9b3cbbdefbc761edd
MD5 5809f13055a943f24fd51908a3ecece6
BLAKE2b-256 0363ecc9950bb808660c2644c07651e0e6aebeae20c9fbc6f51ed8abd646ff9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca1ea9a4c4deb93625e9e6078773119e4cabde511b60376b43b8fef9c81add70
MD5 a1b15edb1484d97ca27bc564a27a16af
BLAKE2b-256 78b6b99631f583dccd09a85efedaffe4578e9bc920c58903e9a42cb78113e6af

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.0a0-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-tpch-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page