public static final class DAGRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder> implements DAGRequestOrBuilder
DAGRequest represents the request that will be handled with DAG mode.Protobuf type
tipb.DAGRequest| 限定符和类型 | 方法和说明 |
|---|---|
DAGRequest.Builder |
addAllExecutors(Iterable<? extends Executor> values)
It represents push down Executors.
|
DAGRequest.Builder |
addAllOutputOffsets(Iterable<? extends Integer> values)
It represents which columns we should output.
|
DAGRequest.Builder |
addExecutors(Executor.Builder builderForValue)
It represents push down Executors.
|
DAGRequest.Builder |
addExecutors(Executor value)
It represents push down Executors.
|
DAGRequest.Builder |
addExecutors(int index,
Executor.Builder builderForValue)
It represents push down Executors.
|
DAGRequest.Builder |
addExecutors(int index,
Executor value)
It represents push down Executors.
|
Executor.Builder |
addExecutorsBuilder()
It represents push down Executors.
|
Executor.Builder |
addExecutorsBuilder(int index)
It represents push down Executors.
|
DAGRequest.Builder |
addOutputOffsets(int value)
It represents which columns we should output.
|
DAGRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DAGRequest |
build() |
DAGRequest |
buildPartial() |
DAGRequest.Builder |
clear() |
DAGRequest.Builder |
clearChunkMemoryLayout()
Represents the chunk memory layout.
|
DAGRequest.Builder |
clearCollectExecutionSummaries()
It represents whether or not TiKV should collect execution summaries.
|
DAGRequest.Builder |
clearCollectRangeCounts()
It represents whether we collect the detailed scan counts in each range.
|
DAGRequest.Builder |
clearEncodeType()
It indicates the encode type of response.
|
DAGRequest.Builder |
clearExecutors()
It represents push down Executors.
|
DAGRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DAGRequest.Builder |
clearFlags()
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
|
DAGRequest.Builder |
clearIsRpnExpr()
Represents whether the expression use RPN form.
|
DAGRequest.Builder |
clearMaxAllowedPacket()
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
|
DAGRequest.Builder |
clearMaxWarningCount()
It indicates the maximum number of warning,
which is the number of messages that SHOW WARNINGS displays.
|
DAGRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DAGRequest.Builder |
clearOutputOffsets()
It represents which columns we should output.
|
DAGRequest.Builder |
clearSqlMode()
It indicates the sql_mode.
|
DAGRequest.Builder |
clearStartTsFallback()
Transaction start timestamp.
|
DAGRequest.Builder |
clearTimeZoneName()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false]; |
DAGRequest.Builder |
clearTimeZoneOffset()
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false]; |
DAGRequest.Builder |
clearUser()
UserIdentity uses to do privilege check.
|
DAGRequest.Builder |
clone() |
ChunkMemoryLayout |
getChunkMemoryLayout()
Represents the chunk memory layout.
|
ChunkMemoryLayout.Builder |
getChunkMemoryLayoutBuilder()
Represents the chunk memory layout.
|
ChunkMemoryLayoutOrBuilder |
getChunkMemoryLayoutOrBuilder()
Represents the chunk memory layout.
|
boolean |
getCollectExecutionSummaries()
It represents whether or not TiKV should collect execution summaries.
|
boolean |
getCollectRangeCounts()
It represents whether we collect the detailed scan counts in each range.
|
DAGRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EncodeType |
getEncodeType()
It indicates the encode type of response.
|
Executor |
getExecutors(int index)
It represents push down Executors.
|
Executor.Builder |
getExecutorsBuilder(int index)
It represents push down Executors.
|
List<Executor.Builder> |
getExecutorsBuilderList()
It represents push down Executors.
|
int |
getExecutorsCount()
It represents push down Executors.
|
List<Executor> |
getExecutorsList()
It represents push down Executors.
|
ExecutorOrBuilder |
getExecutorsOrBuilder(int index)
It represents push down Executors.
|
List<? extends ExecutorOrBuilder> |
getExecutorsOrBuilderList()
It represents push down Executors.
|
long |
getFlags()
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
|
boolean |
getIsRpnExpr()
Represents whether the expression use RPN form.
|
long |
getMaxAllowedPacket()
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
|
long |
getMaxWarningCount()
It indicates the maximum number of warning,
which is the number of messages that SHOW WARNINGS displays.
|
int |
getOutputOffsets(int index)
It represents which columns we should output.
|
int |
getOutputOffsetsCount()
It represents which columns we should output.
|
List<Integer> |
getOutputOffsetsList()
It represents which columns we should output.
|
long |
getSqlMode()
It indicates the sql_mode.
|
long |
getStartTsFallback()
Transaction start timestamp.
|
String |
getTimeZoneName()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getTimeZoneNameBytes()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false]; |
long |
getTimeZoneOffset()
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false]; |
UserIdentity |
getUser()
UserIdentity uses to do privilege check.
|
UserIdentity.Builder |
getUserBuilder()
UserIdentity uses to do privilege check.
|
UserIdentityOrBuilder |
getUserOrBuilder()
UserIdentity uses to do privilege check.
|
boolean |
hasChunkMemoryLayout()
Represents the chunk memory layout.
|
boolean |
hasCollectExecutionSummaries()
It represents whether or not TiKV should collect execution summaries.
|
boolean |
hasCollectRangeCounts()
It represents whether we collect the detailed scan counts in each range.
|
boolean |
hasEncodeType()
It indicates the encode type of response.
|
boolean |
hasFlags()
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
|
boolean |
hasIsRpnExpr()
Represents whether the expression use RPN form.
|
boolean |
hasMaxAllowedPacket()
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
|
boolean |
hasMaxWarningCount()
It indicates the maximum number of warning,
which is the number of messages that SHOW WARNINGS displays.
|
boolean |
hasSqlMode()
It indicates the sql_mode.
|
boolean |
hasStartTsFallback()
Transaction start timestamp.
|
boolean |
hasTimeZoneName()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false]; |
boolean |
hasTimeZoneOffset()
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasUser()
UserIdentity uses to do privilege check.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DAGRequest.Builder |
mergeChunkMemoryLayout(ChunkMemoryLayout value)
Represents the chunk memory layout.
|
DAGRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DAGRequest.Builder |
mergeFrom(DAGRequest other) |
DAGRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
DAGRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DAGRequest.Builder |
mergeUser(UserIdentity value)
UserIdentity uses to do privilege check.
|
DAGRequest.Builder |
removeExecutors(int index)
It represents push down Executors.
|
DAGRequest.Builder |
setChunkMemoryLayout(ChunkMemoryLayout.Builder builderForValue)
Represents the chunk memory layout.
|
DAGRequest.Builder |
setChunkMemoryLayout(ChunkMemoryLayout value)
Represents the chunk memory layout.
|
DAGRequest.Builder |
setCollectExecutionSummaries(boolean value)
It represents whether or not TiKV should collect execution summaries.
|
DAGRequest.Builder |
setCollectRangeCounts(boolean value)
It represents whether we collect the detailed scan counts in each range.
|
DAGRequest.Builder |
setEncodeType(EncodeType value)
It indicates the encode type of response.
|
DAGRequest.Builder |
setExecutors(int index,
Executor.Builder builderForValue)
It represents push down Executors.
|
DAGRequest.Builder |
setExecutors(int index,
Executor value)
It represents push down Executors.
|
DAGRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DAGRequest.Builder |
setFlags(long value)
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
|
DAGRequest.Builder |
setIsRpnExpr(boolean value)
Represents whether the expression use RPN form.
|
DAGRequest.Builder |
setMaxAllowedPacket(long value)
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
|
DAGRequest.Builder |
setMaxWarningCount(long value)
It indicates the maximum number of warning,
which is the number of messages that SHOW WARNINGS displays.
|
DAGRequest.Builder |
setOutputOffsets(int index,
int value)
It represents which columns we should output.
|
DAGRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DAGRequest.Builder |
setSqlMode(long value)
It indicates the sql_mode.
|
DAGRequest.Builder |
setStartTsFallback(long value)
Transaction start timestamp.
|
DAGRequest.Builder |
setTimeZoneName(String value)
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false]; |
DAGRequest.Builder |
setTimeZoneNameBytes(com.google.protobuf.ByteString value)
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false]; |
DAGRequest.Builder |
setTimeZoneOffset(long value)
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false]; |
DAGRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DAGRequest.Builder |
setUser(UserIdentity.Builder builderForValue)
UserIdentity uses to do privilege check.
|
DAGRequest.Builder |
setUser(UserIdentity value)
UserIdentity uses to do privilege check.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic DAGRequest build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic DAGRequest buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic DAGRequest.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<DAGRequest.Builder>public DAGRequest.Builder mergeFrom(DAGRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public DAGRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<DAGRequest.Builder>IOExceptionpublic boolean hasStartTsFallback()
Transaction start timestamp. Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 1;hasStartTsFallback 在接口中 DAGRequestOrBuilderpublic long getStartTsFallback()
Transaction start timestamp. Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 1;getStartTsFallback 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setStartTsFallback(long value)
Transaction start timestamp. Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 1;public DAGRequest.Builder clearStartTsFallback()
Transaction start timestamp. Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 1;public List<Executor> getExecutorsList()
It represents push down Executors.
repeated .tipb.Executor executors = 2;getExecutorsList 在接口中 DAGRequestOrBuilderpublic int getExecutorsCount()
It represents push down Executors.
repeated .tipb.Executor executors = 2;getExecutorsCount 在接口中 DAGRequestOrBuilderpublic Executor getExecutors(int index)
It represents push down Executors.
repeated .tipb.Executor executors = 2;getExecutors 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setExecutors(int index, Executor value)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder setExecutors(int index, Executor.Builder builderForValue)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder addExecutors(Executor value)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder addExecutors(int index, Executor value)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder addExecutors(Executor.Builder builderForValue)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder addExecutors(int index, Executor.Builder builderForValue)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder addAllExecutors(Iterable<? extends Executor> values)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder clearExecutors()
It represents push down Executors.
repeated .tipb.Executor executors = 2;public DAGRequest.Builder removeExecutors(int index)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public Executor.Builder getExecutorsBuilder(int index)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public ExecutorOrBuilder getExecutorsOrBuilder(int index)
It represents push down Executors.
repeated .tipb.Executor executors = 2;getExecutorsOrBuilder 在接口中 DAGRequestOrBuilderpublic List<? extends ExecutorOrBuilder> getExecutorsOrBuilderList()
It represents push down Executors.
repeated .tipb.Executor executors = 2;getExecutorsOrBuilderList 在接口中 DAGRequestOrBuilderpublic Executor.Builder addExecutorsBuilder()
It represents push down Executors.
repeated .tipb.Executor executors = 2;public Executor.Builder addExecutorsBuilder(int index)
It represents push down Executors.
repeated .tipb.Executor executors = 2;public List<Executor.Builder> getExecutorsBuilderList()
It represents push down Executors.
repeated .tipb.Executor executors = 2;public boolean hasTimeZoneOffset()
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false];hasTimeZoneOffset 在接口中 DAGRequestOrBuilderpublic long getTimeZoneOffset()
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false];getTimeZoneOffset 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setTimeZoneOffset(long value)
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false];public DAGRequest.Builder clearTimeZoneOffset()
time zone offset in seconds
optional int64 time_zone_offset = 3 [(.gogoproto.nullable) = false];public boolean hasFlags()
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
truncate_as_warning = 1 << 1
when ignored_truncate is not set, return warning instead of error if this flag is set.
...
add more when needed.
optional uint64 flags = 4 [(.gogoproto.nullable) = false];hasFlags 在接口中 DAGRequestOrBuilderpublic long getFlags()
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
truncate_as_warning = 1 << 1
when ignored_truncate is not set, return warning instead of error if this flag is set.
...
add more when needed.
optional uint64 flags = 4 [(.gogoproto.nullable) = false];getFlags 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setFlags(long value)
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
truncate_as_warning = 1 << 1
when ignored_truncate is not set, return warning instead of error if this flag is set.
...
add more when needed.
optional uint64 flags = 4 [(.gogoproto.nullable) = false];public DAGRequest.Builder clearFlags()
flags are used to store flags that change the execution mode, it contains:
ignore_truncate = 1
truncate error should be ignore if set.
truncate_as_warning = 1 << 1
when ignored_truncate is not set, return warning instead of error if this flag is set.
...
add more when needed.
optional uint64 flags = 4 [(.gogoproto.nullable) = false];public List<Integer> getOutputOffsetsList()
It represents which columns we should output.
repeated uint32 output_offsets = 5;getOutputOffsetsList 在接口中 DAGRequestOrBuilderpublic int getOutputOffsetsCount()
It represents which columns we should output.
repeated uint32 output_offsets = 5;getOutputOffsetsCount 在接口中 DAGRequestOrBuilderpublic int getOutputOffsets(int index)
It represents which columns we should output.
repeated uint32 output_offsets = 5;getOutputOffsets 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setOutputOffsets(int index, int value)
It represents which columns we should output.
repeated uint32 output_offsets = 5;public DAGRequest.Builder addOutputOffsets(int value)
It represents which columns we should output.
repeated uint32 output_offsets = 5;public DAGRequest.Builder addAllOutputOffsets(Iterable<? extends Integer> values)
It represents which columns we should output.
repeated uint32 output_offsets = 5;public DAGRequest.Builder clearOutputOffsets()
It represents which columns we should output.
repeated uint32 output_offsets = 5;public boolean hasCollectRangeCounts()
It represents whether we collect the detailed scan counts in each range.
optional bool collect_range_counts = 6;hasCollectRangeCounts 在接口中 DAGRequestOrBuilderpublic boolean getCollectRangeCounts()
It represents whether we collect the detailed scan counts in each range.
optional bool collect_range_counts = 6;getCollectRangeCounts 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setCollectRangeCounts(boolean value)
It represents whether we collect the detailed scan counts in each range.
optional bool collect_range_counts = 6;public DAGRequest.Builder clearCollectRangeCounts()
It represents whether we collect the detailed scan counts in each range.
optional bool collect_range_counts = 6;public boolean hasMaxWarningCount()
It indicates the maximum number of warning, which is the number of messages that SHOW WARNINGS displays.
optional uint64 max_warning_count = 7;hasMaxWarningCount 在接口中 DAGRequestOrBuilderpublic long getMaxWarningCount()
It indicates the maximum number of warning, which is the number of messages that SHOW WARNINGS displays.
optional uint64 max_warning_count = 7;getMaxWarningCount 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setMaxWarningCount(long value)
It indicates the maximum number of warning, which is the number of messages that SHOW WARNINGS displays.
optional uint64 max_warning_count = 7;public DAGRequest.Builder clearMaxWarningCount()
It indicates the maximum number of warning, which is the number of messages that SHOW WARNINGS displays.
optional uint64 max_warning_count = 7;public boolean hasEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 8 [(.gogoproto.nullable) = false];hasEncodeType 在接口中 DAGRequestOrBuilderpublic EncodeType getEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 8 [(.gogoproto.nullable) = false];getEncodeType 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setEncodeType(EncodeType value)
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 8 [(.gogoproto.nullable) = false];public DAGRequest.Builder clearEncodeType()
It indicates the encode type of response.
optional .tipb.EncodeType encode_type = 8 [(.gogoproto.nullable) = false];public boolean hasSqlMode()
It indicates the sql_mode.
optional uint64 sql_mode = 9;hasSqlMode 在接口中 DAGRequestOrBuilderpublic long getSqlMode()
It indicates the sql_mode.
optional uint64 sql_mode = 9;getSqlMode 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setSqlMode(long value)
It indicates the sql_mode.
optional uint64 sql_mode = 9;public DAGRequest.Builder clearSqlMode()
It indicates the sql_mode.
optional uint64 sql_mode = 9;public boolean hasTimeZoneName()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false];hasTimeZoneName 在接口中 DAGRequestOrBuilderpublic String getTimeZoneName()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false];getTimeZoneName 在接口中 DAGRequestOrBuilderpublic com.google.protobuf.ByteString getTimeZoneNameBytes()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false];getTimeZoneNameBytes 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setTimeZoneName(String value)
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false];public DAGRequest.Builder clearTimeZoneName()
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false];public DAGRequest.Builder setTimeZoneNameBytes(com.google.protobuf.ByteString value)
supply offset is not enough since we have daylight saving time present in some regions
optional string time_zone_name = 11 [(.gogoproto.nullable) = false];public boolean hasCollectExecutionSummaries()
It represents whether or not TiKV should collect execution summaries. Execution summaries will be collected into `execution_summaries` field in the response.
optional bool collect_execution_summaries = 12;public boolean getCollectExecutionSummaries()
It represents whether or not TiKV should collect execution summaries. Execution summaries will be collected into `execution_summaries` field in the response.
optional bool collect_execution_summaries = 12;public DAGRequest.Builder setCollectExecutionSummaries(boolean value)
It represents whether or not TiKV should collect execution summaries. Execution summaries will be collected into `execution_summaries` field in the response.
optional bool collect_execution_summaries = 12;public DAGRequest.Builder clearCollectExecutionSummaries()
It represents whether or not TiKV should collect execution summaries. Execution summaries will be collected into `execution_summaries` field in the response.
optional bool collect_execution_summaries = 12;public boolean hasMaxAllowedPacket()
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
optional uint64 max_allowed_packet = 13;hasMaxAllowedPacket 在接口中 DAGRequestOrBuilderpublic long getMaxAllowedPacket()
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
optional uint64 max_allowed_packet = 13;getMaxAllowedPacket 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setMaxAllowedPacket(long value)
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
optional uint64 max_allowed_packet = 13;public DAGRequest.Builder clearMaxAllowedPacket()
Represents the maximum size of one packet, any generated string, or any parameter sent as long data.
optional uint64 max_allowed_packet = 13;public boolean hasChunkMemoryLayout()
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;hasChunkMemoryLayout 在接口中 DAGRequestOrBuilderpublic ChunkMemoryLayout getChunkMemoryLayout()
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;getChunkMemoryLayout 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setChunkMemoryLayout(ChunkMemoryLayout value)
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;public DAGRequest.Builder setChunkMemoryLayout(ChunkMemoryLayout.Builder builderForValue)
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;public DAGRequest.Builder mergeChunkMemoryLayout(ChunkMemoryLayout value)
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;public DAGRequest.Builder clearChunkMemoryLayout()
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;public ChunkMemoryLayout.Builder getChunkMemoryLayoutBuilder()
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;public ChunkMemoryLayoutOrBuilder getChunkMemoryLayoutOrBuilder()
Represents the chunk memory layout.
optional .tipb.ChunkMemoryLayout chunk_memory_layout = 14;public boolean hasIsRpnExpr()
Represents whether the expression use RPN form.
optional bool is_rpn_expr = 15;hasIsRpnExpr 在接口中 DAGRequestOrBuilderpublic boolean getIsRpnExpr()
Represents whether the expression use RPN form.
optional bool is_rpn_expr = 15;getIsRpnExpr 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setIsRpnExpr(boolean value)
Represents whether the expression use RPN form.
optional bool is_rpn_expr = 15;public DAGRequest.Builder clearIsRpnExpr()
Represents whether the expression use RPN form.
optional bool is_rpn_expr = 15;public boolean hasUser()
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;hasUser 在接口中 DAGRequestOrBuilderpublic UserIdentity getUser()
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;getUser 在接口中 DAGRequestOrBuilderpublic DAGRequest.Builder setUser(UserIdentity value)
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;public DAGRequest.Builder setUser(UserIdentity.Builder builderForValue)
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;public DAGRequest.Builder mergeUser(UserIdentity value)
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;public DAGRequest.Builder clearUser()
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;public UserIdentity.Builder getUserBuilder()
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;public UserIdentityOrBuilder getUserOrBuilder()
UserIdentity uses to do privilege check. It is only used in TiDB cluster memory table.
optional .tipb.UserIdentity user = 16;getUserOrBuilder 在接口中 DAGRequestOrBuilderpublic final DAGRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>public final DAGRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<DAGRequest.Builder>Copyright © 2023 PingCAP. All rights reserved.