Skip to content

Commit

Permalink
chore: Backport #3314 to web (#3315)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Fischer <martin@push-f.com>
  • Loading branch information
prql-bot and not-my-profile authored Aug 11, 2023
1 parent f6fb125 commit afe610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/book/src/reference/stdlib/transforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ These are the currently available transforms:
| `group` | [Partition rows into groups and applies a pipeline to each of them](./group.md) | `GROUP BY`, `PARTITION BY` |
| `aggregate` | [Summarize many rows into one row](./aggregate.md) | `SELECT foo(...)` |
| `window` | [Apply a pipeline to overlapping segments of rows](./window.md) | `OVER`, `ROWS`, `RANGE` |
| `loop` | [Iteratively apply a function to a relation until its empty](./loop.md) | `WITH RECURSIVE ...` |
| `loop` | [Iteratively apply a function to a relation until it's empty](./loop.md) | `WITH RECURSIVE ...` |

0 comments on commit afe610c

Please sign in to comment.