GoogleApi.Spanner.V1.Model.QueryOptions (google_api_spanner v0.24.0) View Source
Query optimizer configuration.
Attributes
-
optimizerVersion
(type:String.t
, default:nil
) - An option to control the selection of optimizer version. This parameter allows individual queries to pick different query optimizer versions. Specifying "latest" as a value instructs Cloud Spanner to use the latest supported query optimizer version. If not specified, Cloud Spanner uses optimizer version set at the database level options. Any other positive integer (from the list of supported optimizer versions) overrides the default optimizer version for query execution. The list of supported optimizer versions can be queried from SPANNER_SYS.SUPPORTED_OPTIMIZER_VERSIONS. Executing a SQL statement with an invalid optimizer version will fail with a syntax error (INVALID_ARGUMENT
) status. See https://cloud.google.com/spanner/docs/query-optimizer/manage-query-optimizer for more information on managing the query optimizer. Theoptimizer_version
statement hint has precedence over this setting.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.QueryOptions{optimizerVersion: String.t()}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.