pub unsafe extern "C" fn duckdb_bind_set_cardinality(
info: *mut c_void,
cardinality: u64,
is_exact: bool,
)Expand description
Sets the cardinality estimate for the table function, used for optimization.
info: The bind data object. is_exact: Whether or not the cardinality estimate is exact, or an approximation