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

Returns the number of rows changed by the query stored in the arrow result. This is relevant only for INSERT/UPDATE/DELETE queries. For other queries the rows_changed will be 0.

result: The result object. returns: The number of rows changed.