Group by(分组(Group by))¶
Group transform table rows on zero or more columns. Other columns will be converted into arrays by group.
Array columns in the transform table can then be further operated on by transforms in the array operations category. For example, to create a sum of a numeric column, use a number array aggregation on the number array column created by the group by transform.
Input type¶
Transform table
Output type¶
Transform table
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Unsupported |
| Transform table transform | Supported |
中文翻译¶
分组(Group by)¶
对转换表(transform table)的行按零个或多个列进行分组。其他列将按分组转换为数组。
随后可对转换表中的数组列应用数组操作类别中的转换进行进一步处理。例如,要对数值列求和,可对分组转换生成的数值数组列使用数值数组聚合。
输入类型¶
转换表(transform table)
输出类型¶
转换表(transform table)
使用信息¶
| 功能 | 可用性 |
|---|---|
| 标准 Quiver 卡片 | 不支持 |
| 转换表转换 | 支持 |