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]

Module object_store

Source
Expand description

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

Modules§

local
Object store that represents the Local File System.

Traits§

ObjectReader
Object Reader for one file in an object store.
ObjectStore
A ObjectStore abstracts access to an underlying file/object storage. It maps strings (e.g. URLs, filesystem paths, etc) to sources of bytes

Type Aliases§

FileMetaStream
Stream of files listed from object store
ListEntryStream
Stream of list entries obtained from object store
ObjectReaderStream
Stream readers opened on a given object store