Function duckdb_column_count

Source
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.

@param result The result object. @return The number of columns present in the result object.