[[["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 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\"}."]]],[]]