public interface SQLMetaOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsInternalSql()
If true, this sql and plan is internally generated by tidb itself, not user.
|
String |
getNormalizedSql()
SQL text with sensitive fields trimmed.
|
org.tikv.shade.com.google.protobuf.ByteString |
getNormalizedSqlBytes()
SQL text with sensitive fields trimmed.
|
org.tikv.shade.com.google.protobuf.ByteString |
getSqlDigest()
bytes sql_digest = 1; |
org.tikv.shade.com.google.protobuf.ByteString getSqlDigest()
bytes sql_digest = 1;String getNormalizedSql()
SQL text with sensitive fields trimmed. Producers should limit the size to less than 4KiB. Truncation can be chosen to reduce size.
string normalized_sql = 2;org.tikv.shade.com.google.protobuf.ByteString getNormalizedSqlBytes()
SQL text with sensitive fields trimmed. Producers should limit the size to less than 4KiB. Truncation can be chosen to reduce size.
string normalized_sql = 2;boolean getIsInternalSql()
If true, this sql and plan is internally generated by tidb itself, not user.
bool is_internal_sql = 3;Copyright © 2023 PingCAP. All rights reserved.