deltalake_core::logstore

Function default_logstore

Source
pub fn default_logstore(
    store: ObjectStoreRef,
    location: &Url,
    options: &StorageOptions,
) -> Arc<dyn LogStore>
Expand description

Return the [DefaultLogStore] implementation with the provided configuration options