Transform table aggregation(转换表聚合(Transform table aggregation))¶
Takes as input a transform table and returns an aggregation on a numeric or date/time column.
The available aggregations are:
- Sum
- Average
- Standard deviation
- Maximum
- Minimum
- Relative difference
- Difference
- Product
- Count
- First point
- Last point
Input type¶
Transform table
Output type¶
Number
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Supported |
| Transform table transform | Unsupported |
中文翻译¶
转换表聚合(Transform table aggregation)¶
接收一个转换表作为输入,并返回对数值或日期/时间列的聚合结果。
可用的聚合类型包括:
- 总和(Sum)
- 平均值(Average)
- 标准差(Standard deviation)
- 最大值(Maximum)
- 最小值(Minimum)
- 相对差值(Relative difference)
- 差值(Difference)
- 乘积(Product)
- 计数(Count)
- 第一个点(First point)
- 最后一个点(Last point)
输入类型¶
转换表(Transform table)
输出类型¶
数值(Number)
使用信息¶
| 功能 | 可用性 |
|---|---|
| 标准 Quiver 卡片 | 支持 |
| 转换表变换 | 不支持 |