pub unsafe extern "C" fn duckdb_arrow_row_count(
    result: duckdb_arrow
) -> idx_t
Expand description

Returns the number of rows present in a the arrow result object.

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