public interface RowMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getHandle()
optional int64 handle = 1 [(.gogoproto.nullable) = false]; |
long |
getLength()
optional int64 length = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasHandle()
optional int64 handle = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasLength()
optional int64 length = 2 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHandle()
optional int64 handle = 1 [(.gogoproto.nullable) = false];
long getHandle()
optional int64 handle = 1 [(.gogoproto.nullable) = false];
boolean hasLength()
optional int64 length = 2 [(.gogoproto.nullable) = false];
long getLength()
optional int64 length = 2 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.