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

Returns the number of data chunks present in the result.

result: The result object returns: Number of data chunks present in the result.