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