pub unsafe extern "C" fn duckdb_result_chunk_count(
result: duckdb_result,
) -> idx_tExpand description
DEPRECATION NOTICE**: This method is scheduled for removal in a future release.
Returns the number of data chunks present in the result.
@param result The result object @return Number of data chunks present in the result.