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.
pub type duckdb_table_function = *mut c_void;! A table function. Must be destroyed with duckdb_destroy_table_function.