public interface CMSketchTopNOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCount()
optional uint64 count = 2 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getData()
optional bytes data = 1; |
boolean |
hasCount()
optional uint64 count = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasData()
optional bytes data = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasData()
optional bytes data = 1;
com.google.protobuf.ByteString getData()
optional bytes data = 1;
boolean hasCount()
optional uint64 count = 2 [(.gogoproto.nullable) = false];
long getCount()
optional uint64 count = 2 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.