public interface ExplainDataOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ExplainOperator |
getCtes(int index)
repeated .tipb.ExplainOperator ctes = 2; |
int |
getCtesCount()
repeated .tipb.ExplainOperator ctes = 2; |
List<ExplainOperator> |
getCtesList()
repeated .tipb.ExplainOperator ctes = 2; |
ExplainOperatorOrBuilder |
getCtesOrBuilder(int index)
repeated .tipb.ExplainOperator ctes = 2; |
List<? extends ExplainOperatorOrBuilder> |
getCtesOrBuilderList()
repeated .tipb.ExplainOperator ctes = 2; |
boolean |
getDiscardedDueToTooLong()
If discarded_due_to_too_long is true.
|
ExplainOperator |
getMain()
.tipb.ExplainOperator main = 1; |
ExplainOperatorOrBuilder |
getMainOrBuilder()
.tipb.ExplainOperator main = 1; |
boolean |
getWithRuntimeStats()
with_runtime_stats represents if runtime stats are available.
|
boolean |
hasMain()
.tipb.ExplainOperator main = 1; |
boolean hasMain()
.tipb.ExplainOperator main = 1;ExplainOperator getMain()
.tipb.ExplainOperator main = 1;ExplainOperatorOrBuilder getMainOrBuilder()
.tipb.ExplainOperator main = 1;List<ExplainOperator> getCtesList()
repeated .tipb.ExplainOperator ctes = 2;ExplainOperator getCtes(int index)
repeated .tipb.ExplainOperator ctes = 2;int getCtesCount()
repeated .tipb.ExplainOperator ctes = 2;List<? extends ExplainOperatorOrBuilder> getCtesOrBuilderList()
repeated .tipb.ExplainOperator ctes = 2;ExplainOperatorOrBuilder getCtesOrBuilder(int index)
repeated .tipb.ExplainOperator ctes = 2;boolean getWithRuntimeStats()
with_runtime_stats represents if runtime stats are available. If not available, the act_rows, *_exec_info, memory_bytes and disk_bytes should not be used.
bool with_runtime_stats = 3;boolean getDiscardedDueToTooLong()
If discarded_due_to_too_long is true. The main and ctes fields should be empty and should not be used. This field can be changed to a enum or int if we need to represent more states in the future.
bool discarded_due_to_too_long = 4;Copyright © 2023 PingCAP. All rights reserved.