Skip to main content

Module cloud

Module cloud 

Source
Expand description

Interface with cloud storage through the object_store crate.

Re-exports§

pub use options::*;

Modules§

cloud_writercloud
credential_providercloud
dnscloud
options

Structs§

CloudLocationcloud
A location on cloud storage, may have wildcards.
ObjectStoreErrorContextcloud
PolarsObjectStore
Polars wrapper around [ObjectStore] functionality. This struct is cheaply cloneable.
PolarsObjectStoreErrorcloud

Traits§

ExtObjectStoreBuildercloud
Trait for external ObjectStore builder (e.g., for HDFS). Unstable.

Functions§

build_object_storecloud
Build an [ObjectStore] based on the URL and passed in url. Return the cloud location and an implementation of the object store.
deregister_object_store_buildercloud
globcloud
List files with a prefix derived from the pattern.
object_path_from_strcloud
Construct an object_store Path from a string without any encoding/decoding.
register_object_store_buildercloud
Register custom object_store builder for a given cloud scheme. Example: for ‘hdfs://’, the scheme is “hdfs”. Rejects native cloud schemes (e.g. “s3”).

Type Aliases§

ObjectStorePathcloud