Class: Google::Spanner::V1::PartitionQueryRequest
- Inherits:
-
Object
- Object
- Google::Spanner::V1::PartitionQueryRequest
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb
Overview
The request for PartitionQuery
Instance Attribute Summary collapse
-
#param_types ⇒ Hash{String => Google::Spanner::V1::Type}
It is not always possible for Cloud Spanner to infer the right SQL type from a JSON value.
-
#params ⇒ Google::Protobuf::Struct
The SQL query string can contain parameter placeholders.
-
#partition_options ⇒ Google::Spanner::V1::PartitionOptions
Additional options that affect how many partitions are created.
-
#session ⇒ String
Required.
-
#sql ⇒ String
The query request to generate partitions for.
-
#transaction ⇒ Google::Spanner::V1::TransactionSelector
Read only snapshot transactions are supported, read/write and single use transactions are not.
Instance Attribute Details
#param_types ⇒ Hash{String => Google::Spanner::V1::Type}
244 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 244 class PartitionQueryRequest; end |
#params ⇒ Google::Protobuf::Struct
244 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 244 class PartitionQueryRequest; end |
#partition_options ⇒ Google::Spanner::V1::PartitionOptions
244 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 244 class PartitionQueryRequest; end |
#session ⇒ String
244 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 244 class PartitionQueryRequest; end |
#sql ⇒ String
244 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 244 class PartitionQueryRequest; end |
#transaction ⇒ Google::Spanner::V1::TransactionSelector
244 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 244 class PartitionQueryRequest; end |