compare_tables

Function compare_tables 

Source
pub async fn compare_tables(
    source_client: &Client,
    target_client: &Client,
    schema: &str,
    table: &str,
) -> Result<ChecksumResult>
Expand description

Compare a table between source and target databases