public interface AnalyzeReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AnalyzeColumnsReq |
getColReq()
optional .tipb.AnalyzeColumnsReq col_req = 6; |
AnalyzeColumnsReqOrBuilder |
getColReqOrBuilder()
optional .tipb.AnalyzeColumnsReq col_req = 6; |
long |
getFlags()
optional uint64 flags = 3 [(.gogoproto.nullable) = false]; |
AnalyzeIndexReq |
getIdxReq()
optional .tipb.AnalyzeIndexReq idx_req = 5; |
AnalyzeIndexReqOrBuilder |
getIdxReqOrBuilder()
optional .tipb.AnalyzeIndexReq idx_req = 5; |
long |
getStartTsFallback()
Deprecated.
|
long |
getTimeZoneOffset()
optional int64 time_zone_offset = 4 [(.gogoproto.nullable) = false]; |
AnalyzeType |
getTp()
optional .tipb.AnalyzeType tp = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasColReq()
optional .tipb.AnalyzeColumnsReq col_req = 6; |
boolean |
hasFlags()
optional uint64 flags = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasIdxReq()
optional .tipb.AnalyzeIndexReq idx_req = 5; |
boolean |
hasStartTsFallback()
Deprecated.
|
boolean |
hasTimeZoneOffset()
optional int64 time_zone_offset = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasTp()
optional .tipb.AnalyzeType tp = 1 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTp()
optional .tipb.AnalyzeType tp = 1 [(.gogoproto.nullable) = false];
AnalyzeType getTp()
optional .tipb.AnalyzeType tp = 1 [(.gogoproto.nullable) = false];
boolean hasStartTsFallback()
Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 2;
long getStartTsFallback()
Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 2;
boolean hasFlags()
optional uint64 flags = 3 [(.gogoproto.nullable) = false];
long getFlags()
optional uint64 flags = 3 [(.gogoproto.nullable) = false];
boolean hasTimeZoneOffset()
optional int64 time_zone_offset = 4 [(.gogoproto.nullable) = false];
long getTimeZoneOffset()
optional int64 time_zone_offset = 4 [(.gogoproto.nullable) = false];
boolean hasIdxReq()
optional .tipb.AnalyzeIndexReq idx_req = 5;
AnalyzeIndexReq getIdxReq()
optional .tipb.AnalyzeIndexReq idx_req = 5;
AnalyzeIndexReqOrBuilder getIdxReqOrBuilder()
optional .tipb.AnalyzeIndexReq idx_req = 5;
boolean hasColReq()
optional .tipb.AnalyzeColumnsReq col_req = 6;
AnalyzeColumnsReq getColReq()
optional .tipb.AnalyzeColumnsReq col_req = 6;
AnalyzeColumnsReqOrBuilder getColReqOrBuilder()
optional .tipb.AnalyzeColumnsReq col_req = 6;
Copyright © 2024 PingCAP. All rights reserved.