pub type duckdb_aggregate_destroy_t = Option<unsafe extern "C" fn(states: *mut duckdb_aggregate_state, count: idx_t)>;
Expand description
! An optional function to destroy an aggregate state.
Aliased Type§
pub enum duckdb_aggregate_destroy_t {
None,
Some(unsafe extern "C" fn(*mut *mut _duckdb_aggregate_state, u64)),
}