[[["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-21 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, which for Partitioned DML is a lower bound and an exact count for all other DML operations."],["`ProfileDmlResult` allows access to a collection of key-value pair statistics about the executed SQL statement and the plan for the SQL statement execution."],["The latest release is version 2.37.0-rc, with a list of previous versions going as far back as 2.11.0."],["The `ProfileDmlResult` can be created using the default constructor or by passing a `std::unique_ptr\u003c ResultSourceInterface \u003e`, and supports move construction and assignment."]]],[]]