public interface PlanMetaOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEncodedNormalizedPlan()
If `normalized_plan` is unacceptably large, set `encoded_normalized_plan` instead.
|
org.tikv.shade.com.google.protobuf.ByteString |
getEncodedNormalizedPlanBytes()
If `normalized_plan` is unacceptably large, set `encoded_normalized_plan` instead.
|
String |
getNormalizedPlan()
Plan text with sensitive fields trimmed.
|
org.tikv.shade.com.google.protobuf.ByteString |
getNormalizedPlanBytes()
Plan text with sensitive fields trimmed.
|
org.tikv.shade.com.google.protobuf.ByteString |
getPlanDigest()
bytes plan_digest = 1; |
org.tikv.shade.com.google.protobuf.ByteString getPlanDigest()
bytes plan_digest = 1;String getNormalizedPlan()
Plan text with sensitive fields trimmed. Producers should limit the size to less than 4KiB. Consider use `encoded_normalized_plan` if the size exceeds.
string normalized_plan = 2;org.tikv.shade.com.google.protobuf.ByteString getNormalizedPlanBytes()
Plan text with sensitive fields trimmed. Producers should limit the size to less than 4KiB. Consider use `encoded_normalized_plan` if the size exceeds.
string normalized_plan = 2;String getEncodedNormalizedPlan()
If `normalized_plan` is unacceptably large, set `encoded_normalized_plan` instead. The textual normalized plan is expected to get by following steps: 1. decode from base64 2. decode from snappy 3. decode from github.com/pingcap/tidb/util/plancodec.DecodeNormalizedPlan
string encoded_normalized_plan = 3;org.tikv.shade.com.google.protobuf.ByteString getEncodedNormalizedPlanBytes()
If `normalized_plan` is unacceptably large, set `encoded_normalized_plan` instead. The textual normalized plan is expected to get by following steps: 1. decode from base64 2. decode from snappy 3. decode from github.com/pingcap/tidb/util/plancodec.DecodeNormalizedPlan
string encoded_normalized_plan = 3;Copyright © 2023 PingCAP. All rights reserved.