[[["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-18 UTC."],[[["The `QueryOptions` class allows users to configure how SQL queries are executed on the server, providing control over various aspects of query processing."],["This class is considered deprecated, recommending the use of `google::cloud::Options` instead, along with specific options like `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, and `RequestTagOption` to manage query behavior."],["Users can set the optimizer version and statistics package using `set_optimizer_version()` and `set_optimizer_statistics_package()`, with options to specify a version, use the \"latest\" version, or revert to the database default."],["It supports setting request priority and request tags through the use of `set_request_priority()` and `set_request_tag()`."],["There are multiple versions of the `QueryOptions` available, with version 2.37.0 being the latest, and users can reference documentation for each specific version using the provided links."]]],[]]