AggregationResult
更新時間:
表示單個統(tǒng)計聚合Aggregation的返回信息。
數(shù)據(jù)結(jié)構(gòu)
message AggregationResult {
optional string name = 1;
optional AggregationType type = 2;
optional bytes agg_result = 3; // encoded by XxxAggregationResult
}
名稱 | 類型 | 是否必選 | 描述 |
name | string | 是 | 統(tǒng)計聚合名稱。 |
type | 是 | 統(tǒng)計聚合Aggregation類型。 | |
agg_result | bytes | 是 | 統(tǒng)計聚合結(jié)果,由Plainbuffer編碼,詳見Plainbuffer編碼。 |
文檔內(nèi)容是否對您有幫助?