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 import_extension
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.2a1-py3-none-win_amd64.whl (15.3 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_tpch-1.3.2a1-py3-none-macosx_11_0_x86_64.whl (6.2 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_tpch-1.3.2a1-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.2a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.2a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 d32a9b9b3b3619c724df7e979db90d804de701b8747089c346c1299e30f30860
MD5 fb03c4db6f5ff9c025b3523dc4cd0fab
BLAKE2b-256 c7d458cf9ba8a09fc33149829ab0692c9d16620e63b3e60b8203b6c473ce6763

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.2a1-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.2a1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.2a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c4c966dfc434bac7627e51206f201dcbd03b3df5572385b7d57ac4bcb40972b
MD5 687b1b7f77701a03c5dbb9b636249a69
BLAKE2b-256 2fadcf0202c40d3abdf20ed2d8f1d6c0768b83657ff7db6614799dd1cb665323

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.2a1-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.2a1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.2a1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 468c876e4ca43377913a455a523e641cca94430d3b89d9f3ae6c430d3f1dbdf5
MD5 a3e6e6255d2e815b1be64c71fe2e763a
BLAKE2b-256 81b2197bee51b8b51ba1f4bd09a14684d8e8dade1932a4b6eb69555481a1d865

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.2a1-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.2a1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.2a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6107ed567098cd28767b4629960f18a76d7fe0676349f9ee1ea91422ca97b7a6
MD5 30e73ce20fa62dc1149329da9d1ad607
BLAKE2b-256 57d5d5202a34814d73908e8d8f860926a19f813345becc5d990e5f742bfabdbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.2a1-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.2a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpch-1.3.2a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b3ccedd601d7b7130bf7c22ac7bb7dd067fbc96fafea4eaed2df4ca386c6825
MD5 6e4373d1a67a09d370abfda4e6e6ce32
BLAKE2b-256 f0402a7d5c8edf8a588403f458a1aada60b81267fc89c3b4071575006d577868

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpch-1.3.2a1-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