Function deltalake::storage::get_backend_for_uri[][src]

pub fn get_backend_for_uri(
    uri: &str
) -> Result<Box<dyn StorageBackend>, StorageError>
Expand description

Dynamically construct a Storage backend trait object based on scheme for provided URI