Skip to main content

get_latest_version

Function get_latest_version 

Source
pub async fn get_latest_version(
    table: &mut DeltaTable,
) -> Result<i64, ConnectorError>
Expand description

Returns the latest committed version via the log store.

ยงErrors

Returns ConnectorError::ReadError on failure.