schema.windowfunction.md
January 10, 2024 ยท View on GitHub
Home > @datashaper/schema > WindowFunction
WindowFunction enum
These are operations that perform windowed compute. See https://uwdata.github.io/arquero/api/op\#window-functions
Signature:
export declare enum WindowFunction
Enumeration Members
| Member | Value | Description |
|---|---|---|
| CumulativeDistribution | "cume_dist" | |
| FillDown | "fill_down" | |
| FillUp | "fill_up" | |
| FirstValue | "first_value" | |
| LastValue | "last_value" | |
| PercentRank | "percent_rank" | |
| Rank | "rank" | |
| RowNumber | "row_number" | |
| UUID | "uuid" |