public static interface Search.GroupByCompositeResultItemOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsNullKeys(int index)
repeated bool is_null_keys = 5; |
int |
getIsNullKeysCount()
repeated bool is_null_keys = 5; |
List<Boolean> |
getIsNullKeysList()
repeated bool is_null_keys = 5; |
String |
getKeys(int index)
repeated string keys = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getKeysBytes(int index)
repeated string keys = 1; |
int |
getKeysCount()
repeated string keys = 1; |
List<String> |
getKeysList()
repeated string keys = 1; |
long |
getRowCount()
optional int64 row_count = 2; |
Search.AggregationsResult |
getSubAggsResult()
optional .com.alicloud.openservices.tablestore.core.protocol.AggregationsResult sub_aggs_result = 3; |
Search.AggregationsResultOrBuilder |
getSubAggsResultOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.AggregationsResult sub_aggs_result = 3; |
Search.GroupBysResult |
getSubGroupBysResult()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBysResult sub_group_bys_result = 4; |
Search.GroupBysResultOrBuilder |
getSubGroupBysResultOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBysResult sub_group_bys_result = 4; |
boolean |
hasRowCount()
optional int64 row_count = 2; |
boolean |
hasSubAggsResult()
optional .com.alicloud.openservices.tablestore.core.protocol.AggregationsResult sub_aggs_result = 3; |
boolean |
hasSubGroupBysResult()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBysResult sub_group_bys_result = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKeysCount()
repeated string keys = 1;String getKeys(int index)
repeated string keys = 1;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getKeysBytes(int index)
repeated string keys = 1;index - The index of the value to return.List<Boolean> getIsNullKeysList()
repeated bool is_null_keys = 5;int getIsNullKeysCount()
repeated bool is_null_keys = 5;boolean getIsNullKeys(int index)
repeated bool is_null_keys = 5;index - The index of the element to return.boolean hasRowCount()
optional int64 row_count = 2;long getRowCount()
optional int64 row_count = 2;boolean hasSubAggsResult()
optional .com.alicloud.openservices.tablestore.core.protocol.AggregationsResult sub_aggs_result = 3;Search.AggregationsResult getSubAggsResult()
optional .com.alicloud.openservices.tablestore.core.protocol.AggregationsResult sub_aggs_result = 3;Search.AggregationsResultOrBuilder getSubAggsResultOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.AggregationsResult sub_aggs_result = 3;boolean hasSubGroupBysResult()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBysResult sub_group_bys_result = 4;Search.GroupBysResult getSubGroupBysResult()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBysResult sub_group_bys_result = 4;Search.GroupBysResultOrBuilder getSubGroupBysResultOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.GroupBysResult sub_group_bys_result = 4;Copyright © 2025. All Rights Reserved.