pub type duckdb_catalog_entry = *mut _duckdb_catalog_entry;Expand description
! A handle to a catalog entry (e.g., table, view, index, etc.).
! Must be destroyed with duckdb_destroy_catalog_entry.
pub type duckdb_catalog_entry = *mut _duckdb_catalog_entry;! A handle to a catalog entry (e.g., table, view, index, etc.).
! Must be destroyed with duckdb_destroy_catalog_entry.