pub unsafe extern "C" fn duckdb_query_progress(
connection: duckdb_connection,
) -> duckdb_query_progress_typeExpand description
Get the progress of the running query.
@param connection The connection running the query. @return The query progress type containing progress information.