duckdb_arrow_rows_changed

Function duckdb_arrow_rows_changed 

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

DEPRECATION NOTICE**: This method is scheduled for removal in a future release.

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.

@param result The result object. @return The number of rows changed.