Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion_data_access::object_store - Rust
[go: Go Back, main page]

Expand description

Object Store abstracts access to an underlying file/object storage.

Modules

Object store that represents the Local File System.

Traits

Object Reader for one file in an object store.

A ObjectStore abstracts access to an underlying file/object storage. It maps strings (e.g. URLs, filesystem paths, etc) to sources of bytes

Functions

Normalize a path without requiring it to exist on the filesystem (path::canonicalize)

Type Definitions

Stream of files listed from object store

Stream of list entries obtained from object store

Stream readers opened on a given object store