pub unsafe extern "C" fn duckdb_column_count(
    result: *mut duckdb_result
) -> idx_t
Expand description

Returns the number of columns present in a the result object.

result: The result object. returns: The number of columns present in the result object.