[[["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-04-02 UTC."],[[["The `ProfileDmlResult` class encapsulates the results of a Cloud Spanner Data Manipulation Language (DML) operation, such as `INSERT`, `UPDATE`, or `DELETE`."],["This class provides methods to retrieve the number of rows modified by the DML statement via `RowsModified()`, the execution statistics using `ExecutionStats()`, and the plan of execution via `ExecutionPlan()`."],["The `ProfileDmlResult` can be retrieved from a `spanner::Client::ProfileDml()` call, and allows users to retrieve statistics and the execution plan after the statement has been executed."],["The latest release candidate version available is 2.37.0-rc, with version 2.36.0 being the current stable release mentioned in the content, and many previous versions listed before that."]]],[]]