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