WindowAnalytics¶
Type¶
transform
Class¶
fire.nodes.etl.NodeWindowAnalytics
Fields¶
| Name | Title | Description |
|---|---|---|
| partitionByCols | PartitionBy | partition column names separated by comma(,) |
| orderByCols | OrderBy | order by column names separated by comma(,) |
| windowFunction | Window Function | Window Function Name |
| analyticsCol | Analytics Column | |
| window_offset | Window Offset | It’s used in lead and lag functions. |