[[["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-09 UTC."],[[["The latest version of the Bigtable C++ library documentation is 2.37.0-rc, with numerous previous versions available for reference, ranging down to version 2.11.0."],["The documentation includes a `MockDataConnection` class for mocking the `google::cloud::bigtable::DataConnection`, which is used for testing purposes."],["A factory function, `MakeRowReader`, is available to mock the output of `Table::ReadRows(...)` in tests, allowing the creation of a `RowReader` with a fixed output stream."],["The `MakeRowReader` function accepts a vector of `Row`s and an optional `Status` parameter to specify the final status of the stream, defaulting to OK."],["The provided example shows how to utilize the `MockDataConnection` and `MakeRowReader` function to verify that code works when reading rows, by creating a fixed output of {\"r1\", \"r2\"}."]]],[]]