Function duckdb_query_progress

Source
pub unsafe extern "C" fn duckdb_query_progress(
    connection: duckdb_connection,
) -> duckdb_query_progress_type
Expand description

Get progress of the running query

@param connection The working connection @return -1 if no progress or a percentage of the progress