duckdb_pending_result

Type Alias duckdb_pending_result 

Source
pub type duckdb_pending_result = *mut _duckdb_pending_result;
Expand description

! The pending result represents an intermediate structure for a query that is not yet fully executed. ! Must be destroyed with duckdb_destroy_pending.