Function deltalake::storage::parse_uri[][src]

pub fn parse_uri<'a>(path: &'a str) -> Result<Uri<'a>, UriError>
Expand description

Parses the URI and returns a variant of the Uri enum for the appropriate storage backend based on scheme.