pub unsafe extern "C" fn duckdb_init_get_column_count(
info: *mut c_void,
) -> u64
Expand description
Returns the number of projected columns.
This function must be used if projection pushdown is enabled to figure out which columns to emit.
info: The info object returns: The number of projected columns.