[[["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."],[[["The provided content is a documentation overview for the `ProfileDmlResult` class within the Google Cloud Spanner C++ library, and spans over multiple versions from 2.11.0 to 2.37.0-rc."],["`ProfileDmlResult` encapsulates the outcome of a Cloud Spanner Data Manipulation Language (DML) operation, like `INSERT`, `UPDATE`, or `DELETE`, detailing the rows modified, execution statistics, and the query plan."],["The class offers functionalities such as `RowsModified()` to return the number of modified rows, `ExecutionStats()` to provide key-value statistics for the execution, and `ExecutionPlan()` to describe how the statement was run."],["The documentation lists the constructors and operators associated with the `ProfileDmlResult` class, including move constructors and move assignment operators."],["The content demonstrates an example of how to use the class with the function `client.ProfileDml()`, to get the data from an operation."]]],[]]