日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

文檔

AggregationResult

表示單個(gè)統(tǒng)計(jì)聚合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)計(jì)聚合名稱。

type

AggregationType

統(tǒng)計(jì)聚合Aggregation類型。

agg_result

bytes

統(tǒng)計(jì)聚合結(jié)果,由Plainbuffer編碼,詳見Plainbuffer編碼。