<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [WindowFunction](./schema.windowfunction.md)

## WindowFunction enum

These are operations that perform windowed compute. See https://uwdata.github.io/arquero/api/op\#window-functions

<b>Signature:</b>

```typescript
export declare enum WindowFunction 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  CumulativeDistribution | <code>&quot;cume_dist&quot;</code> |  |
|  FillDown | <code>&quot;fill_down&quot;</code> |  |
|  FillUp | <code>&quot;fill_up&quot;</code> |  |
|  FirstValue | <code>&quot;first_value&quot;</code> |  |
|  LastValue | <code>&quot;last_value&quot;</code> |  |
|  PercentRank | <code>&quot;percent_rank&quot;</code> |  |
|  Rank | <code>&quot;rank&quot;</code> |  |
|  RowNumber | <code>&quot;row_number&quot;</code> |  |
|  UUID | <code>&quot;uuid&quot;</code> |  |

