All Products
Search
Document Center

Tablestore:GroupByResult

Last Updated:May 10, 2024

GroupByResult specifies the returned results of a single GroupBy operation.

Data structure

message GroupByResult {
    optional string name = 1;
    optional GroupByType type = 2;
    optional bytes group_by_result = 3; //encoded by XxxGroupByResult
}

Parameter

Type

Required

Description

name

string

Yes

The name of the aggregation.

type

GroupByType

Yes

The type of the GroupBy operation.

group_by_result

bytes

Yes

The returned results of the aggregation. The value is encoded in PlainBuffer. For more information, see PlainBuffer.