在日期直方圖統計的返回結果中表示單個范圍的分組信息。
數據結構
message GroupByDateHistogramItem {
optional int64 timestamp = 1;
optional int64 row_count = 2;
optional AggregationsResult sub_aggs_result = 3;
optional GroupBysResult sub_group_bys_result = 4;
}
名稱 | 類型 | 是否必選 | 描述 |
timestamp | int64 | 是 | 單個分組的時間戳。 |
row_count | int64 | 是 | 單個分組對應的總行數。 |
sub_aggs_result | 否 | 子統計聚合SubAggregation的返回信息。 | |
sub_group_bys_result | 否 | 子統計聚合SubGroupBy的返回信息。 |
文檔內容是否對您有幫助?