Type Alias libduckdb_sys::duckdb_table_function

source ·
pub type duckdb_table_function = *mut c_void;
Expand description

! A table function. Must be destroyed with duckdb_destroy_table_function.