Skip to main content

duckdb_query_progress

Function duckdb_query_progress 

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

Get the progress of the running query.

@param connection The connection running the query. @return The query progress type containing progress information.