Google Cloud Spanner v1 API - Enum ExecuteSqlRequest.Types.QueryMode (5.13.0-beta06)
Stay organized with collections
Save and categorize content based on your preferences.
publicenumExecuteSqlRequest.Types.QueryMode
Reference documentation and code samples for the Google Cloud Spanner v1 API enum ExecuteSqlRequest.Types.QueryMode.
The default mode. Only the statement results are returned.
Plan
This mode returns only the query plan, without any results or
execution statistics information.
Profile
This mode returns the query plan, overall execution statistics,
operator level execution statistics along with the results. This has a
performance overhead compared to the other modes. It isn't recommended
to use this mode for production traffic.
WithPlanAndStats
This mode returns the query plan, overall (but not operator-level)
execution statistics along with the results.
WithStats
This mode returns the overall (but not operator-level) execution
statistics along with the results.
[[["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 2026-05-11 UTC."],[],[]]