Function duckdb_result_chunk_count

Source
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: The resulting data chunk. Returns NULL if the chunk index is out of bounds.