[[["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-09 UTC."],[[["The `QueryOptions` class allows users to configure how SQL queries are executed on the server, including the optimizer version, statistics package, request priority, and request tag."],["This class is now deprecated and it is advised to use `Options` instead, setting `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, or `RequestTagOption` as needed."],["`QueryOptions` can be constructed, assigned, and converted using `google::cloud::Options`, representing a more modern approach for managing options."],["The optimizer version can be set to a specific integer string, the empty string to use the database default, or \"latest\" to use the latest version, with a similar behavior for the optimizer statistics package."],["The class provides getter and setter functions for optimizer version, optimizer statistics package, request priority, and request tag."]]],[]]