Trait lance_io::object_store::ObjectStoreProvider

source ·
pub trait ObjectStoreProvider:
    Debug
    + Sync
    + Send {
    // Required method
    fn new_store(
        &self,
        base_path: Url,
        params: &ObjectStoreParams,
    ) -> Result<ObjectStore>;
}

Required Methods§

source

fn new_store( &self, base_path: Url, params: &ObjectStoreParams, ) -> Result<ObjectStore>

Implementors§