[[["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-04-02 UTC."],[[["This document outlines the `QueryOptions` class, which is used to configure how SQL queries are executed on the server, though it is deprecated in favor of the `Options` class."],["The `QueryOptions` class allows setting various query execution parameters, including the optimizer version, optimizer statistics package, request priority, and request tag, by using setter functions."],["It is recommended to use the `Options` class instead of `QueryOptions`, and utilize specific option structs like `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, and `RequestTagOption` as needed."],["The document lists all the previous versions of the QueryOptions, and the most recent one is [2.37.0-rc (latest)](/cpp/docs/reference/spanner/latest/classgoogle_1_1cloud_1_1spanner_1_1QueryOptions)."],["Constructors and Operators such as `QueryOptions()`, `operator=`, and `operator Options()` are available for this class, allowing instantiation, assignment, and conversion to `Options` respectively."]]],[]]