pub unsafe extern "C" fn duckdb_query_progress(
connection: *mut _duckdb_connection,
) -> f64
Expand description
Get progress of the running query
connection: The working connection returns: -1 if no progress or a percentage of the progress
pub unsafe extern "C" fn duckdb_query_progress(
connection: *mut _duckdb_connection,
) -> f64
Get progress of the running query
connection: The working connection returns: -1 if no progress or a percentage of the progress