Function deltalake::logstore::logstore_with

source ·
pub fn logstore_with(
    store: Arc<dyn ObjectStore>,
    location: Url,
    options: impl Into<StorageOptions> + Clone
) -> Result<Arc<dyn LogStore>, DeltaTableError>
Expand description

Return the LogStoreRef using the given ObjectStoreRef