[[["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."],[[["This document provides documentation for the `ReverseScanOption` in the Google Cloud Bigtable C++ client library, with the latest version being `2.37.0-rc`."],["The `ReverseScanOption` allows users to read rows from a Bigtable table in reverse lexicographic order of their keys."],["The order of row keys in a `bigtable::RowRange` remains unchanged even when using this option, meaning keys must still be supplied in the lexicographic order."],["The `ReverseScanOption` does not change the content of rows, it solely affects the order in which the rows are returned during a read operation."],["The `ReverseScanOption` is an alias for a `bool` type and an example is provided using `cbt::RowRange::RightOpen` with `cbt::Filter::PassAllFilter` with the Option set to `true`."]]],[]]