public static final class ExecuteSqlRequest.QueryOptions extends GeneratedMessageV3 implements ExecuteSqlRequest.QueryOptionsOrBuilder
Query optimizer configuration.
Protobuf type google.spanner.v1.ExecuteSqlRequest.QueryOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExecuteSqlRequest.QueryOptionsImplements
ExecuteSqlRequest.QueryOptionsOrBuilderStatic Fields
OPTIMIZER_STATISTICS_PACKAGE_FIELD_NUMBER
public static final int OPTIMIZER_STATISTICS_PACKAGE_FIELD_NUMBER
Type | Description |
int |
OPTIMIZER_VERSION_FIELD_NUMBER
public static final int OPTIMIZER_VERSION_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ExecuteSqlRequest.QueryOptions getDefaultInstance()
Type | Description |
ExecuteSqlRequest.QueryOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ExecuteSqlRequest.QueryOptions.Builder newBuilder()
Type | Description |
ExecuteSqlRequest.QueryOptions.Builder |
newBuilder(ExecuteSqlRequest.QueryOptions prototype)
public static ExecuteSqlRequest.QueryOptions.Builder newBuilder(ExecuteSqlRequest.QueryOptions prototype)
Name | Description |
prototype | ExecuteSqlRequest.QueryOptions |
Type | Description |
ExecuteSqlRequest.QueryOptions.Builder |
parseDelimitedFrom(InputStream input)
public static ExecuteSqlRequest.QueryOptions parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecuteSqlRequest.QueryOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ExecuteSqlRequest.QueryOptions parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecuteSqlRequest.QueryOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ExecuteSqlRequest.QueryOptions parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecuteSqlRequest.QueryOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ExecuteSqlRequest.QueryOptions parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecuteSqlRequest.QueryOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ExecuteSqlRequest.QueryOptions parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecuteSqlRequest.QueryOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ExecuteSqlRequest.QueryOptions parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecuteSqlRequest.QueryOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExecuteSqlRequest.QueryOptions |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ExecuteSqlRequest.QueryOptions> parser()
Type | Description |
Parser<QueryOptions> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ExecuteSqlRequest.QueryOptions getDefaultInstanceForType()
Type | Description |
ExecuteSqlRequest.QueryOptions |
getOptimizerStatisticsPackage()
public String getOptimizerStatisticsPackage()
An option to control the selection of optimizer statistics package.
This parameter allows individual queries to use a different query
optimizer statistics package.
Specifying latest
as a value instructs Cloud Spanner to use the latest
generated statistics package. If not specified, Cloud Spanner uses
the statistics package set at the database level options, or the latest
package if the database option is not set.
The statistics package requested by the query has to be exempt from
garbage collection. This can be achieved with the following DDL
statement:
<code><code>
ALTER STATISTICS <package_name> SET OPTIONS (allow_gc=false)
</code></code><code>
The list of available statistics packages can be queried from
</code>INFORMATION_SCHEMA.SPANNER_STATISTICS<code>.
Executing a SQL statement with an invalid optimizer statistics package
or with a statistics package that allows garbage collection fails with
an </code>INVALID_ARGUMENT
error.
string optimizer_statistics_package = 2;
Type | Description |
String | The optimizerStatisticsPackage. |
getOptimizerStatisticsPackageBytes()
public ByteString getOptimizerStatisticsPackageBytes()
An option to control the selection of optimizer statistics package.
This parameter allows individual queries to use a different query
optimizer statistics package.
Specifying latest
as a value instructs Cloud Spanner to use the latest
generated statistics package. If not specified, Cloud Spanner uses
the statistics package set at the database level options, or the latest
package if the database option is not set.
The statistics package requested by the query has to be exempt from
garbage collection. This can be achieved with the following DDL
statement:
<code><code>
ALTER STATISTICS <package_name> SET OPTIONS (allow_gc=false)
</code></code><code>
The list of available statistics packages can be queried from
</code>INFORMATION_SCHEMA.SPANNER_STATISTICS<code>.
Executing a SQL statement with an invalid optimizer statistics package
or with a statistics package that allows garbage collection fails with
an </code>INVALID_ARGUMENT
error.
string optimizer_statistics_package = 2;
Type | Description |
ByteString | The bytes for optimizerStatisticsPackage. |
getOptimizerVersion()
public String getOptimizerVersion()
An option to control the selection of optimizer version.
This parameter allows individual queries to pick different query
optimizer versions.
Specifying latest
as a value instructs Cloud Spanner to use the
latest supported query optimizer version. If not specified, Cloud Spanner
uses the optimizer version set at the database level options. Any other
positive integer (from the list of supported optimizer versions)
overrides the default optimizer version for query execution.
The list of supported optimizer versions can be queried from
SPANNER_SYS.SUPPORTED_OPTIMIZER_VERSIONS.
Executing a SQL statement with an invalid optimizer version fails with
an INVALID_ARGUMENT
error.
See
https://cloud.google.com/spanner/docs/query-optimizer/manage-query-optimizer
for more information on managing the query optimizer.
The optimizer_version
statement hint has precedence over this setting.
string optimizer_version = 1;
Type | Description |
String | The optimizerVersion. |
getOptimizerVersionBytes()
public ByteString getOptimizerVersionBytes()
An option to control the selection of optimizer version.
This parameter allows individual queries to pick different query
optimizer versions.
Specifying latest
as a value instructs Cloud Spanner to use the
latest supported query optimizer version. If not specified, Cloud Spanner
uses the optimizer version set at the database level options. Any other
positive integer (from the list of supported optimizer versions)
overrides the default optimizer version for query execution.
The list of supported optimizer versions can be queried from
SPANNER_SYS.SUPPORTED_OPTIMIZER_VERSIONS.
Executing a SQL statement with an invalid optimizer version fails with
an INVALID_ARGUMENT
error.
See
https://cloud.google.com/spanner/docs/query-optimizer/manage-query-optimizer
for more information on managing the query optimizer.
The optimizer_version
statement hint has precedence over this setting.
string optimizer_version = 1;
Type | Description |
ByteString | The bytes for optimizerVersion. |
getParserForType()
public Parser<ExecuteSqlRequest.QueryOptions> getParserForType()
Type | Description |
Parser<QueryOptions> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ExecuteSqlRequest.QueryOptions.Builder newBuilderForType()
Type | Description |
ExecuteSqlRequest.QueryOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExecuteSqlRequest.QueryOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ExecuteSqlRequest.QueryOptions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ExecuteSqlRequest.QueryOptions.Builder toBuilder()
Type | Description |
ExecuteSqlRequest.QueryOptions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |