Window(窗口(Window))¶
Supported in: Batch, Faster
Performs the specified aggregations on the input dataset grouped by a set of columns.
Transform categories: Aggregate, Popular
Declared arguments¶
- Dataset: Dataset to perform aggregate on.
Table - Expressions: List of expressions to evaluate over window.
List\> - Window: Window to operate over.
Window
中文翻译¶
窗口(Window)¶
支持模式:批处理(Batch)、快速处理(Faster)
根据一组列对输入数据集进行分组,并执行指定的聚合操作。
转换类别:聚合(Aggregate)、常用(Popular)
声明的参数¶
- 数据集(Dataset): 要执行聚合操作的数据集。
表格(Table) - 表达式(Expressions): 要在窗口上计算的表达式列表。
列表\<表达式\<任意类型>>(List\>) - 窗口(Window): 要操作的窗口。
窗口(Window)