Function libduckdb_sys::duckdb_row_count

source ·
pub unsafe extern "C" fn duckdb_row_count(
    result: *mut duckdb_result
) -> idx_t
Expand description

Returns the number of rows present in the result object.

result: The result object. returns: The number of rows present in the result object.