public final class ExplainOperator extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3 implements ExplainOperatorOrBuilder
tipb.ExplainOperator| 限定符和类型 | 类和说明 |
|---|---|
static class |
ExplainOperator.Builder
Protobuf type
tipb.ExplainOperator |
org.tikv.shade.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.tikv.shade.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, org.tikv.shade.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ACCESS_OBJECTS_FIELD_NUMBER |
static int |
ACT_ROWS_FIELD_NUMBER |
static int |
CHILDREN_FIELD_NUMBER |
static int |
COP_EXEC_INFO_FIELD_NUMBER |
static int |
COST_FIELD_NUMBER |
static int |
DISK_BYTES_FIELD_NUMBER |
static int |
EST_ROWS_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
MEMORY_BYTES_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OPERATOR_INFO_FIELD_NUMBER |
static int |
ROOT_BASIC_EXEC_INFO_FIELD_NUMBER |
static int |
ROOT_GROUP_EXEC_INFO_FIELD_NUMBER |
static int |
STORE_TYPE_FIELD_NUMBER |
static int |
TASK_TYPE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
AccessObject |
getAccessObjects(int index)
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9; |
int |
getAccessObjectsCount()
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9; |
List<AccessObject> |
getAccessObjectsList()
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9; |
AccessObjectOrBuilder |
getAccessObjectsOrBuilder(int index)
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9; |
List<? extends AccessObjectOrBuilder> |
getAccessObjectsOrBuilderList()
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9; |
long |
getActRows()
uint64 act_rows = 6; |
ExplainOperator |
getChildren(int index)
repeated .tipb.ExplainOperator children = 2; |
int |
getChildrenCount()
repeated .tipb.ExplainOperator children = 2; |
List<ExplainOperator> |
getChildrenList()
repeated .tipb.ExplainOperator children = 2; |
ExplainOperatorOrBuilder |
getChildrenOrBuilder(int index)
repeated .tipb.ExplainOperator children = 2; |
List<? extends ExplainOperatorOrBuilder> |
getChildrenOrBuilderList()
repeated .tipb.ExplainOperator children = 2; |
String |
getCopExecInfo()
string cop_exec_info = 13; |
org.tikv.shade.com.google.protobuf.ByteString |
getCopExecInfoBytes()
string cop_exec_info = 13; |
double |
getCost()
the cost of the current operator
double cost = 4; |
static ExplainOperator |
getDefaultInstance() |
ExplainOperator |
getDefaultInstanceForType() |
static org.tikv.shade.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDiskBytes()
int64 disk_bytes = 15; |
double |
getEstRows()
double est_rows = 5; |
OperatorLabel |
getLabels(int index)
repeated .tipb.OperatorLabel labels = 3; |
int |
getLabelsCount()
repeated .tipb.OperatorLabel labels = 3; |
List<OperatorLabel> |
getLabelsList()
repeated .tipb.OperatorLabel labels = 3; |
int |
getLabelsValue(int index)
repeated .tipb.OperatorLabel labels = 3; |
List<Integer> |
getLabelsValueList()
repeated .tipb.OperatorLabel labels = 3; |
long |
getMemoryBytes()
memory_bytes and disk_bytes are expected to be displayed as "N/A" when they are -1,
this will be consistent with the result of EXPLAIN ANALYZE.
|
String |
getName()
string name = 1; |
org.tikv.shade.com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getOperatorInfo()
string operator_info = 10; |
org.tikv.shade.com.google.protobuf.ByteString |
getOperatorInfoBytes()
string operator_info = 10; |
org.tikv.shade.com.google.protobuf.Parser<ExplainOperator> |
getParserForType() |
String |
getRootBasicExecInfo()
string root_basic_exec_info = 11; |
org.tikv.shade.com.google.protobuf.ByteString |
getRootBasicExecInfoBytes()
string root_basic_exec_info = 11; |
String |
getRootGroupExecInfo(int index)
repeated string root_group_exec_info = 12; |
org.tikv.shade.com.google.protobuf.ByteString |
getRootGroupExecInfoBytes(int index)
repeated string root_group_exec_info = 12; |
int |
getRootGroupExecInfoCount()
repeated string root_group_exec_info = 12; |
org.tikv.shade.com.google.protobuf.ProtocolStringList |
getRootGroupExecInfoList()
repeated string root_group_exec_info = 12; |
int |
getSerializedSize() |
StoreType |
getStoreType()
.tipb.StoreType store_type = 8; |
int |
getStoreTypeValue()
.tipb.StoreType store_type = 8; |
TaskType |
getTaskType()
.tipb.TaskType task_type = 7; |
int |
getTaskTypeValue()
.tipb.TaskType task_type = 7; |
org.tikv.shade.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected org.tikv.shade.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ExplainOperator.Builder |
newBuilder() |
static ExplainOperator.Builder |
newBuilder(ExplainOperator prototype) |
ExplainOperator.Builder |
newBuilderForType() |
protected ExplainOperator.Builder |
newBuilderForType(org.tikv.shade.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ExplainOperator |
parseDelimitedFrom(InputStream input) |
static ExplainOperator |
parseDelimitedFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainOperator |
parseFrom(byte[] data) |
static ExplainOperator |
parseFrom(byte[] data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainOperator |
parseFrom(ByteBuffer data) |
static ExplainOperator |
parseFrom(ByteBuffer data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainOperator |
parseFrom(org.tikv.shade.com.google.protobuf.ByteString data) |
static ExplainOperator |
parseFrom(org.tikv.shade.com.google.protobuf.ByteString data,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainOperator |
parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input) |
static ExplainOperator |
parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExplainOperator |
parseFrom(InputStream input) |
static ExplainOperator |
parseFrom(InputStream input,
org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.tikv.shade.com.google.protobuf.Parser<ExplainOperator> |
parser() |
ExplainOperator.Builder |
toBuilder() |
void |
writeTo(org.tikv.shade.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int NAME_FIELD_NUMBER
public static final int CHILDREN_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int COST_FIELD_NUMBER
public static final int EST_ROWS_FIELD_NUMBER
public static final int ACT_ROWS_FIELD_NUMBER
public static final int TASK_TYPE_FIELD_NUMBER
public static final int STORE_TYPE_FIELD_NUMBER
public static final int ACCESS_OBJECTS_FIELD_NUMBER
public static final int OPERATOR_INFO_FIELD_NUMBER
public static final int ROOT_BASIC_EXEC_INFO_FIELD_NUMBER
public static final int ROOT_GROUP_EXEC_INFO_FIELD_NUMBER
public static final int COP_EXEC_INFO_FIELD_NUMBER
public static final int MEMORY_BYTES_FIELD_NUMBER
public static final int DISK_BYTES_FIELD_NUMBER
public final org.tikv.shade.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 org.tikv.shade.com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public static final org.tikv.shade.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.tikv.shade.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public String getName()
string name = 1;getName 在接口中 ExplainOperatorOrBuilderpublic org.tikv.shade.com.google.protobuf.ByteString getNameBytes()
string name = 1;getNameBytes 在接口中 ExplainOperatorOrBuilderpublic List<ExplainOperator> getChildrenList()
repeated .tipb.ExplainOperator children = 2;getChildrenList 在接口中 ExplainOperatorOrBuilderpublic List<? extends ExplainOperatorOrBuilder> getChildrenOrBuilderList()
repeated .tipb.ExplainOperator children = 2;public int getChildrenCount()
repeated .tipb.ExplainOperator children = 2;getChildrenCount 在接口中 ExplainOperatorOrBuilderpublic ExplainOperator getChildren(int index)
repeated .tipb.ExplainOperator children = 2;getChildren 在接口中 ExplainOperatorOrBuilderpublic ExplainOperatorOrBuilder getChildrenOrBuilder(int index)
repeated .tipb.ExplainOperator children = 2;getChildrenOrBuilder 在接口中 ExplainOperatorOrBuilderpublic List<OperatorLabel> getLabelsList()
repeated .tipb.OperatorLabel labels = 3;getLabelsList 在接口中 ExplainOperatorOrBuilderpublic int getLabelsCount()
repeated .tipb.OperatorLabel labels = 3;getLabelsCount 在接口中 ExplainOperatorOrBuilderpublic OperatorLabel getLabels(int index)
repeated .tipb.OperatorLabel labels = 3;getLabels 在接口中 ExplainOperatorOrBuilderpublic List<Integer> getLabelsValueList()
repeated .tipb.OperatorLabel labels = 3;getLabelsValueList 在接口中 ExplainOperatorOrBuilderpublic int getLabelsValue(int index)
repeated .tipb.OperatorLabel labels = 3;getLabelsValue 在接口中 ExplainOperatorOrBuilderpublic double getCost()
the cost of the current operator
double cost = 4;getCost 在接口中 ExplainOperatorOrBuilderpublic double getEstRows()
double est_rows = 5;getEstRows 在接口中 ExplainOperatorOrBuilderpublic long getActRows()
uint64 act_rows = 6;getActRows 在接口中 ExplainOperatorOrBuilderpublic int getTaskTypeValue()
.tipb.TaskType task_type = 7;getTaskTypeValue 在接口中 ExplainOperatorOrBuilderpublic TaskType getTaskType()
.tipb.TaskType task_type = 7;getTaskType 在接口中 ExplainOperatorOrBuilderpublic int getStoreTypeValue()
.tipb.StoreType store_type = 8;getStoreTypeValue 在接口中 ExplainOperatorOrBuilderpublic StoreType getStoreType()
.tipb.StoreType store_type = 8;getStoreType 在接口中 ExplainOperatorOrBuilderpublic List<AccessObject> getAccessObjectsList()
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9;getAccessObjectsList 在接口中 ExplainOperatorOrBuilderpublic List<? extends AccessObjectOrBuilder> getAccessObjectsOrBuilderList()
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9;public int getAccessObjectsCount()
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9;public AccessObject getAccessObjects(int index)
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9;getAccessObjects 在接口中 ExplainOperatorOrBuilderpublic AccessObjectOrBuilder getAccessObjectsOrBuilder(int index)
The XXXReader/XXXScan/MemTable/PointGet/BatchPointGet may use this
repeated .tipb.AccessObject access_objects = 9;public String getOperatorInfo()
string operator_info = 10;getOperatorInfo 在接口中 ExplainOperatorOrBuilderpublic org.tikv.shade.com.google.protobuf.ByteString getOperatorInfoBytes()
string operator_info = 10;getOperatorInfoBytes 在接口中 ExplainOperatorOrBuilderpublic String getRootBasicExecInfo()
string root_basic_exec_info = 11;getRootBasicExecInfo 在接口中 ExplainOperatorOrBuilderpublic org.tikv.shade.com.google.protobuf.ByteString getRootBasicExecInfoBytes()
string root_basic_exec_info = 11;public org.tikv.shade.com.google.protobuf.ProtocolStringList getRootGroupExecInfoList()
repeated string root_group_exec_info = 12;public int getRootGroupExecInfoCount()
repeated string root_group_exec_info = 12;public String getRootGroupExecInfo(int index)
repeated string root_group_exec_info = 12;getRootGroupExecInfo 在接口中 ExplainOperatorOrBuilderpublic org.tikv.shade.com.google.protobuf.ByteString getRootGroupExecInfoBytes(int index)
repeated string root_group_exec_info = 12;public String getCopExecInfo()
string cop_exec_info = 13;getCopExecInfo 在接口中 ExplainOperatorOrBuilderpublic org.tikv.shade.com.google.protobuf.ByteString getCopExecInfoBytes()
string cop_exec_info = 13;getCopExecInfoBytes 在接口中 ExplainOperatorOrBuilderpublic long getMemoryBytes()
memory_bytes and disk_bytes are expected to be displayed as "N/A" when they are -1, this will be consistent with the result of EXPLAIN ANALYZE.
int64 memory_bytes = 14;getMemoryBytes 在接口中 ExplainOperatorOrBuilderpublic long getDiskBytes()
int64 disk_bytes = 15;getDiskBytes 在接口中 ExplainOperatorOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 org.tikv.shade.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public void writeTo(org.tikv.shade.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 org.tikv.shade.com.google.protobuf.MessageLitewriteTo 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 org.tikv.shade.com.google.protobuf.MessageLitegetSerializedSize 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 org.tikv.shade.com.google.protobuf.Messageequals 在类中 org.tikv.shade.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 org.tikv.shade.com.google.protobuf.MessagehashCode 在类中 org.tikv.shade.com.google.protobuf.AbstractMessagepublic static ExplainOperator parseFrom(ByteBuffer data) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExplainOperator parseFrom(ByteBuffer data, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExplainOperator parseFrom(org.tikv.shade.com.google.protobuf.ByteString data) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExplainOperator parseFrom(org.tikv.shade.com.google.protobuf.ByteString data, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExplainOperator parseFrom(byte[] data) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExplainOperator parseFrom(byte[] data, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.tikv.shade.com.google.protobuf.InvalidProtocolBufferException
org.tikv.shade.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExplainOperator parseFrom(InputStream input) throws IOException
IOExceptionpublic static ExplainOperator parseFrom(InputStream input, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExplainOperator parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ExplainOperator parseDelimitedFrom(InputStream input, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExplainOperator parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ExplainOperator parseFrom(org.tikv.shade.com.google.protobuf.CodedInputStream input, org.tikv.shade.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ExplainOperator.Builder newBuilderForType()
newBuilderForType 在接口中 org.tikv.shade.com.google.protobuf.MessagenewBuilderForType 在接口中 org.tikv.shade.com.google.protobuf.MessageLitepublic static ExplainOperator.Builder newBuilder()
public static ExplainOperator.Builder newBuilder(ExplainOperator prototype)
public ExplainOperator.Builder toBuilder()
toBuilder 在接口中 org.tikv.shade.com.google.protobuf.MessagetoBuilder 在接口中 org.tikv.shade.com.google.protobuf.MessageLiteprotected ExplainOperator.Builder newBuilderForType(org.tikv.shade.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public static ExplainOperator getDefaultInstance()
public static org.tikv.shade.com.google.protobuf.Parser<ExplainOperator> parser()
public org.tikv.shade.com.google.protobuf.Parser<ExplainOperator> getParserForType()
getParserForType 在接口中 org.tikv.shade.com.google.protobuf.MessagegetParserForType 在接口中 org.tikv.shade.com.google.protobuf.MessageLitegetParserForType 在类中 org.tikv.shade.com.google.protobuf.GeneratedMessageV3public ExplainOperator getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.tikv.shade.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.tikv.shade.com.google.protobuf.MessageOrBuilderCopyright © 2023 PingCAP. All rights reserved.