deltalake_core::logstore

Function logstore_with

Source
pub fn logstore_with(
    store: ObjectStoreRef,
    location: Url,
    options: impl Into<StorageOptions> + Clone,
    io_runtime: Option<IORuntime>,
) -> DeltaResult<LogStoreRef>
Expand description

Return the LogStoreRef using the given ObjectStoreRef