Skip to content

Commit

Permalink
anchor links
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Nov 25, 2024
1 parent c68d294 commit 74754a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/reference/function/window.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ Where:

### Aggregate window functions

- `avg()` – Calculates the average within a window
- `sum()` – Calculates the sum within a window
- `count()` – Counts rows or non-null values
- `first_value()` – Retrieves the first value in a window
- [`avg()`](#avg) – Calculates the average within a window
- [`sum()`](#cumulative-sum) – Calculates the sum within a window
- [`count()`](#count) – Counts rows or non-null values
- [`first_value()`](#first_value) – Retrieves the first value in a window

### Window-only functions

- `rank()` – Assigns a rank to rows
- `row_number()` – Assigns sequential numbers to rows
- [`rank()`](#rank) – Assigns a rank to rows
- [`row_number()`](#row_number) – Assigns sequential numbers to rows

:::note
Window-only functions:
Expand Down

0 comments on commit 74754a7

Please sign in to comment.