google-cloud-spanner-v1 0.21.0 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 852ed3a534c0ed38c5e33beae1a107d653ef3cf4017fa2f437eab1506349ef83
|
4
|
+
data.tar.gz: 57d89cfefb1e0915e66be025bf31d408bd36cff960b5552df9c35ba78e5acb13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddda02c367a57aea924a29d162d9b1b2f96ff9d97b157d489ec0030d29453dfd65db0bc8e18b0beed50933b49799f13ef64bf6bee32c2a5abf79d9b69de90ef2
|
7
|
+
data.tar.gz: 1c80fcb51bab5abb702316981b76e13b30e63f3d8a3149b8b9db665ea9f78f73e53709800c645eaf296ec0a48ab56ac8c383e740f4fc8bc331ae0a91860a541c
|
@@ -1847,9 +1847,10 @@ module Google
|
|
1847
1847
|
# @param sql [::String]
|
1848
1848
|
# Required. The query request to generate partitions for. The request will
|
1849
1849
|
# fail if the query is not root partitionable. For a query to be root
|
1850
|
-
# partitionable, it needs to satisfy a few conditions. For example, the
|
1851
|
-
#
|
1852
|
-
# For more information about other
|
1850
|
+
# partitionable, it needs to satisfy a few conditions. For example, if the
|
1851
|
+
# query execution plan contains a distributed union operator, then it must be
|
1852
|
+
# the first operator in the plan. For more information about other
|
1853
|
+
# conditions, see [Read data in
|
1853
1854
|
# parallel](https://cloud.google.com/spanner/docs/reads#read_data_in_parallel).
|
1854
1855
|
#
|
1855
1856
|
# The query request must not contain DML commands, such as INSERT, UPDATE, or
|
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
7
7
|
require 'google/api/field_behavior_pb'
|
8
8
|
|
9
9
|
|
10
|
-
descriptor_data = "\n\x1cgoogle/spanner/v1/type.proto\x12\x11google.spanner.v1\x1a\x1fgoogle/api/field_behavior.proto\"\xf7\x01\n\x04Type\x12.\n\x04\x63ode\x18\x01 \x01(\x0e\x32\x1b.google.spanner.v1.TypeCodeB\x03\xe0\x41\x02\x12\x33\n\x12\x61rray_element_type\x18\x02 \x01(\x0b\x32\x17.google.spanner.v1.Type\x12\x32\n\x0bstruct_type\x18\x03 \x01(\x0b\x32\x1d.google.spanner.v1.StructType\x12>\n\x0ftype_annotation\x18\x04 \x01(\x0e\x32%.google.spanner.v1.TypeAnnotationCode\x12\x16\n\x0eproto_type_fqn\x18\x05 \x01(\t\"\x7f\n\nStructType\x12\x33\n\x06\x66ields\x18\x01 \x03(\x0b\x32#.google.spanner.v1.StructType.Field\x1a<\n\x05\x46ield\x12\x0c\n\x04name\x18\x01 \x01(\t\x12%\n\x04type\x18\x02 \x01(\x0b\x32\x17.google.spanner.v1.Type*\
|
10
|
+
descriptor_data = "\n\x1cgoogle/spanner/v1/type.proto\x12\x11google.spanner.v1\x1a\x1fgoogle/api/field_behavior.proto\"\xf7\x01\n\x04Type\x12.\n\x04\x63ode\x18\x01 \x01(\x0e\x32\x1b.google.spanner.v1.TypeCodeB\x03\xe0\x41\x02\x12\x33\n\x12\x61rray_element_type\x18\x02 \x01(\x0b\x32\x17.google.spanner.v1.Type\x12\x32\n\x0bstruct_type\x18\x03 \x01(\x0b\x32\x1d.google.spanner.v1.StructType\x12>\n\x0ftype_annotation\x18\x04 \x01(\x0e\x32%.google.spanner.v1.TypeAnnotationCode\x12\x16\n\x0eproto_type_fqn\x18\x05 \x01(\t\"\x7f\n\nStructType\x12\x33\n\x06\x66ields\x18\x01 \x03(\x0b\x32#.google.spanner.v1.StructType.Field\x1a<\n\x05\x46ield\x12\x0c\n\x04name\x18\x01 \x01(\t\x12%\n\x04type\x18\x02 \x01(\x0b\x32\x17.google.spanner.v1.Type*\xc7\x01\n\x08TypeCode\x12\x19\n\x15TYPE_CODE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x42OOL\x10\x01\x12\t\n\x05INT64\x10\x02\x12\x0b\n\x07\x46LOAT64\x10\x03\x12\x0b\n\x07\x46LOAT32\x10\x0f\x12\r\n\tTIMESTAMP\x10\x04\x12\x08\n\x04\x44\x41TE\x10\x05\x12\n\n\x06STRING\x10\x06\x12\t\n\x05\x42YTES\x10\x07\x12\t\n\x05\x41RRAY\x10\x08\x12\n\n\x06STRUCT\x10\t\x12\x0b\n\x07NUMERIC\x10\n\x12\x08\n\x04JSON\x10\x0b\x12\t\n\x05PROTO\x10\r\x12\x08\n\x04\x45NUM\x10\x0e*d\n\x12TypeAnnotationCode\x12$\n TYPE_ANNOTATION_CODE_UNSPECIFIED\x10\x00\x12\x0e\n\nPG_NUMERIC\x10\x02\x12\x0c\n\x08PG_JSONB\x10\x03\x12\n\n\x06PG_OID\x10\x04\x42\xac\x01\n\x15\x63om.google.spanner.v1B\tTypeProtoP\x01Z5cloud.google.com/go/spanner/apiv1/spannerpb;spannerpb\xaa\x02\x17Google.Cloud.Spanner.V1\xca\x02\x17Google\\Cloud\\Spanner\\V1\xea\x02\x1aGoogle::Cloud::Spanner::V1b\x06proto3"
|
11
11
|
|
12
12
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
13
|
|
@@ -666,9 +666,10 @@ module Google
|
|
666
666
|
# @return [::String]
|
667
667
|
# Required. The query request to generate partitions for. The request will
|
668
668
|
# fail if the query is not root partitionable. For a query to be root
|
669
|
-
# partitionable, it needs to satisfy a few conditions. For example, the
|
670
|
-
#
|
671
|
-
# For more information about other
|
669
|
+
# partitionable, it needs to satisfy a few conditions. For example, if the
|
670
|
+
# query execution plan contains a distributed union operator, then it must be
|
671
|
+
# the first operator in the plan. For more information about other
|
672
|
+
# conditions, see [Read data in
|
672
673
|
# parallel](https://cloud.google.com/spanner/docs/reads#read_data_in_parallel).
|
673
674
|
#
|
674
675
|
# The query request must not contain DML commands, such as INSERT, UPDATE, or
|
@@ -107,6 +107,10 @@ module Google
|
|
107
107
|
# `"-Infinity"`.
|
108
108
|
FLOAT64 = 3
|
109
109
|
|
110
|
+
# Encoded as `number`, or the strings `"NaN"`, `"Infinity"`, or
|
111
|
+
# `"-Infinity"`.
|
112
|
+
FLOAT32 = 15
|
113
|
+
|
110
114
|
# Encoded as `string` in RFC 3339 timestamp format. The time zone
|
111
115
|
# must be present, and must be `"Z"`.
|
112
116
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-spanner-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01
|
11
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|