lance_io::object_store

Trait 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§