quackdb_internal::ffi

Function duckdb_execution_is_finished

Source
pub unsafe extern "C" fn duckdb_execution_is_finished(
    con: *mut _duckdb_connection,
) -> bool
Expand description

Returns true if execution of the current query is finished.

con: The connection on which to check