文档

AggregationResult

表示单个统计聚合Aggregation的返回信息。

数据结构

message AggregationResult {
    optional string name = 1;
    optional AggregationType type = 2;
    optional bytes agg_result = 3; // encoded by XxxAggregationResult
}

名称

类型

是否必选

描述

name

string

统计聚合名称。

type

AggregationType

统计聚合Aggregation类型。

agg_result

bytes

统计聚合结果,由Plainbuffer编码,详见Plainbuffer编码。

  • 本页导读 (1)
文档反馈