表示单个统计聚合GroupBy的返回信息。
数据结构
message GroupByResult {
optional string name = 1;
optional GroupByType type = 2;
optional bytes group_by_result = 3; //encoded by XxxGroupByResult
}
名称 | 类型 | 是否必选 | 描述 |
name | string | 是 | 统计聚合名称。 |
type | 是 | 统计聚合GroupBy类型。 | |
group_by_result | bytes | 是 | 统计聚合结果,由Plainbuffer编码,详见Plainbuffer编码。 |
文档内容是否对您有帮助?