[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage details the `ProfileDmlResult` class, which is used to represent the outcome and profiling information of a data modification operation performed through `spanner::Client::ProfileDml()`."],["`ProfileDmlResult` provides methods to retrieve the number of rows affected by `INSERT`, `UPDATE`, or `DELETE` operations, along with execution statistics and the query execution plan."],["The provided content documents the class through the history of the different version releases, spanning from version 2.11.0 up to the most recent 2.37.0-rc."],["The `RowsModified()` function within `ProfileDmlResult` returns the number of rows changed by a DML statement, offering an exact count for most operations and a lower bound estimate for partitioned DML."],["The `ExecutionStats()` and `ExecutionPlan()` methods are available to collect valuable insights on how a DML operation performs, with `ExecutionStats` collecting an unordered map of statistics and `ExecutionPlan` returning the statement's plan."]]],[]]