Module: Google::Spanner::V1::ExecuteSqlRequest::QueryMode

Defined in:
lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb

Overview

Mode in which the query must be processed.

Constant Summary collapse

NORMAL =

The default mode where only the query result, without any information about the query plan is returned.

0
PLAN =

This mode returns only the query plan, without any result rows or execution statistics information.

1
PROFILE =

This mode returns both the query plan and the execution statistics along with the result rows.

2