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.1-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.1-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.1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_substrait-1.1.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff38f6ae5038e586ce610a66b3cbb87d86aa9d5b61afa0b689ff3ef0ac4c1a70
MD5 784a45f8456b157c3724661e6a0494ca
BLAKE2b-256 a462c0c6ad8d53b8981f622408012d49755951318dd95fc63c32ec4b6e2c6737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_substrait-1.1.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 51f722d3e73aca0529ad304db07c4628125d89a942758160e0d651b5236f5939
MD5 be7e5f468a9c4f89fa53ae84f75dde26
BLAKE2b-256 c1f52a3ff6a0f92ef3acf2d9946535706c0e105eb28dc1b4be91f15c26dd9c9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_substrait-1.1.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f12ad3aae82e0dafdac95124d492650375866beeb4f13e671ffc0a54a991a92d
MD5 a23fedbd803942fbd90485c5e559e19d
BLAKE2b-256 318e3eee0b7367db187d24f1d0f79c05f70745e8ee13eccddd024d658941f72a

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