The deltalake crate is currently just a meta-package shim for deltalake-core
A complete, safe, native Rust implementation of Apache Arrow, a cross-language
development platform for in-memory data.
The deltalake crate is currently just a meta-package shim for deltalake-core
DataFusion is an extensible query engine written in Rust that
uses Apache Arrow as its in-memory format. DataFusion’s target users are
developers building fast and feature rich database and analytic systems,
customized to particular workloads. Please see the DataFusion website for
additional documentation, use cases and examples.
The deltalake crate is currently just a meta-package shim for deltalake-core
A Struct DeltaTablePartition used to represent a partition of a DeltaTable.
The deltalake crate is currently just a meta-package shim for deltalake-core
An invariant for a column that is enforced on all writes to a Delta table.
The deltalake crate is currently just a meta-package shim for deltalake-core
A struct is used to represent both the top-level schema of the table
as well as struct columns that contain nested columns.
The deltalake crate is currently just a meta-package shim for deltalake-core
A Enum used for selecting the partition value operation when filtering a DeltaTable partition.
The deltalake crate is currently just a meta-package shim for deltalake-core
A special value used in Hive to represent the null partition in partitioned tables
The deltalake crate is currently just a meta-package shim for deltalake-core
Abstractions for data catalog for the Delta table. To add support for new cloud, simply implement this trait.
The deltalake crate is currently just a meta-package shim for deltalake-core
Returns Rust core version or custom set client_version such as the py-binding
The deltalake crate is currently just a meta-package shim for deltalake-core
Will return an error if the location is not valid. For example,
Creates directories for local paths if they don’t exist.
The deltalake crate is currently just a meta-package shim for deltalake-core
Creates and loads a DeltaTable from the given URL with current metadata.
Infers the storage backend to use from the scheme in the given table URL.
The deltalake crate is currently just a meta-package shim for deltalake-core
Same as open_table, but also accepts storage options to aid in building the table for a deduced
StorageService.
The deltalake crate is currently just a meta-package shim for deltalake-core
Creates a DeltaTable from the given URL and loads it with the metadata from the given version.
Infers the storage backend to use from the scheme in the given table URL.