すべてのプロダクト
Search
ドキュメントセンター

Tablestore:AggregationResult

最終更新日:Dec 28, 2024

AggregationResult は、単一集計の戻り結果を指定します。

データ構造

message AggregationResult {
    optional string name = 1;
    optional AggregationType type = 2;
    optional bytes agg_result = 3; // XxxAggregationResult によってエンコードされます
}

パラメーター

必須

説明

name

string

はい

集計の名前。

type

AggregationType

はい

集計の型。

agg_result

bytes

はい

集計の戻り結果。値は PlainBuffer でエンコードされます。詳細については、PlainBuffer を参照してください。