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

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

Overview

Mode in which the statement must be processed.

Constant Summary collapse

NORMAL =

The default mode. Only the statement results are returned.

0
PLAN =

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

1
PROFILE =

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

2