AggregationResult

更新时间:2024-04-09 02:08:30

表示单个统计聚合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)
  • 数据结构
AI助理

点击开启售前

在线咨询服务

你好,我是AI助理

可以解答问题、推荐解决方案等