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::datasource::object_store - Rust
[go: Go Back, main page]

Expand description

ObjectStoreRegistry holds all the object stores at Runtime with a scheme for each store. This allows the user to extend DataFusion with different storage systems such as S3 or HDFS and query data inside these systems.

Structs

ObjectStoreRegistry stores ObjectStore keyed by url scheme and authority, that is the part of a URL preceding the path
A parsed URL identifying a particular ObjectStore

Traits

Provides a mechanism for lazy, on-demand creation of ObjectStore