表示單個統計彙總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編碼。 |