Skip to main content

collect_table_statistics

Function collect_table_statistics 

Source
async fn collect_table_statistics(
    client: &Client,
    config: PgSourceSnapshotConfig,
    namespace: &str,
    table_name: &str,
    oid: u32,
) -> Result<TableStatistics, Error>