duckdb_result_chunk_count

Function duckdb_result_chunk_count 

Source
pub unsafe extern "C" fn duckdb_result_chunk_count(
    result: duckdb_result,
) -> idx_t
Expand 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.