[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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."]]],[]]