[[["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."],[[["This document details the `QueryOptions` class for configuring SQL query execution on the server, with version 2.16.0 as the current focus, but also lists many other available versions."],["The `QueryOptions` class is now deprecated in favor of using `google::cloud::Options`, with specific settings available like `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, and `RequestTagOption`."],["`QueryOptions` provides methods to set and retrieve the query optimizer version and statistics package, the request priority, and a request tag."],["The class includes constructors for various input types including `QueryOptions const &`, `QueryOptions &&`, and `Options const &` to provide flexibility in instantiating objects."],["There are also operator methods to perform assignments and conversions to `google::cloud::Options`, such as `operator=(QueryOptions const &)` , `operator=(QueryOptions &&)`, and `operator Options() const`."]]],[]]