Type Alias libduckdb_sys::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.