pub unsafe extern "C" fn duckdb_execution_is_finished(
con: duckdb_connection,
) -> boolExpand description
Returns true if the execution of the current query is finished.
@param con The connection on which to check
pub unsafe extern "C" fn duckdb_execution_is_finished(
con: duckdb_connection,
) -> boolReturns true if the execution of the current query is finished.
@param con The connection on which to check