Function deltalake::open_table_with_version[][src]

pub async fn open_table_with_version(
    table_uri: &str,
    version: DeltaDataTypeVersion
) -> Result<DeltaTable, DeltaTableError>
Expand description

Creates a DeltaTable from the given path and loads it with the metadata from the given version. Infers the storage backend to use from the scheme in the given table path.