Expand description
Interface with cloud storage through the object_store crate.
Re-exports§
pub use options::*;
Modules§
- cloud_
writer cloud - concurrency
cloud - Adaptive in-flight concurrency controller for cloud IO (Input only).
- concurrency_
config - credential_
provider cloud - dns
cloud - http_
rate_ limit cloud - options
- token_
bucket cloud
Structs§
- Cloud
Location cloud - A location on cloud storage, may have wildcards.
- Object
Store Error Context cloud - Polars
Object Store cloud - Polars wrapper around [
ObjectStore] functionality. This struct is cheaply cloneable. - Polars
Object Store Error cloud
Traits§
- ExtObject
Store Builder cloud - Trait for external ObjectStore builder (e.g., for HDFS). Unstable.
Functions§
- build_
object_ store cloud - 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_ builder cloud - glob
cloud - List files with a prefix derived from the pattern.
- io_
error_ kind_ from_ source cloud - The kind of the innermost
io::Errorin the source chain oferror, falling back to the kind of the innermostHttpError, orOther. - object_
path_ from_ str cloud - Construct an object_store
Pathfrom a string without any encoding/decoding. - object_
store_ error_ kind cloud - The
io::ErrorKindfor anobject_store::Error, taken from the error variant or from the innermostio::Errorin its source chain. - register_
object_ store_ builder cloud - 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§
- Object
Store Path cloud