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§
- Default
Object Store Registry - The default
ObjectStoreRegistry - Object
Store Url - A parsed URL identifying a particular [
ObjectStore] instance
Traits§
- Object
Store Registry ObjectStoreRegistrymaps a URL to anObjectStoreinstance, and allows DataFusion to read from differentObjectStoreinstances. For example DataFusion might be configured so that
Functions§
- get_
url_ 🔒key - Get the key of a url for object store registration. The credential info will be removed