[[["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 webpage provides documentation for the `ReadRowLimitOption` in the Google Cloud Spanner C++ library, detailing its behavior across multiple versions."],["Version 2.37.0-rc is the latest release candidate, while the current version of the documentation set is 2.14.0, with links provided to numerous previous versions."],["`ReadRowLimitOption` is used to restrict the number of rows returned by the `Client::Read()` function, which is part of the `google::cloud::spanner` namespace."],["If `ReadRowLimitOption` is not set, or if it is set to 0, there is no limit to the number of rows that can be yielded, which is an option for `google::cloud::Options` to set a limit on the number of rows."],["The type alias for this option is `std::int64_t`, indicating that it uses a 64-bit signed integer to represent the row limit."]]],[]]