Skip to main content

Duckdb substrait extension

Project description

🦆DuckDB substrait extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-substrait

You are ready to install the extension for duckdb.

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

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-substrait 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

duckdb_extension_substrait-1.1.0-py3-none-macosx_11_0_x86_64.whl (28.4 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_substrait-1.1.0-py3-none-macosx_11_0_arm64.whl (26.1 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_substrait-1.1.0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_substrait-1.1.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4cc88e1f72eabf62543434c448290ea6f4c7d8833acd5596560f757c54a0fd4b
MD5 42072040a6c248743458b9e78cd5a1d8
BLAKE2b-256 b8afc97b14ab3ba60905d332d7c099d7f37f5222228fbc3db35951e640e05e12

See more details on using hashes here.

File details

Details for the file duckdb_extension_substrait-1.1.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_substrait-1.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 60ef0a93ed0653dd00db1e5bab1526828c45c843c31b8eed9e9ca551081cc2b3
MD5 8192a276d4dfd617185e1732892085a2
BLAKE2b-256 0c2ec6b82eb204aa8c6af067a13ddc1be5a4931b4ceecd0d69294b78ee57ddce

See more details on using hashes here.

File details

Details for the file duckdb_extension_substrait-1.1.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_substrait-1.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32fbc355ae0e5d42341ce35ba414106068b2e00a51d468f8100a46fbb9c8926f
MD5 2f082f0d29e85145550aa1136b110d16
BLAKE2b-256 e668d03ef8643996d95aa47ea1c384f8081c62c56f284a0d43d12be87d6e6dd0

See more details on using hashes here.

Supported by

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