Skip to content

Commit

Permalink
chore: Backport #3312 to web (#3313)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Fischer <[email protected]>
  • Loading branch information
prql-bot and not-my-profile authored Aug 11, 2023
1 parent cd444b6 commit f6fb125
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
- [From](./reference/stdlib/transforms/from.md)
- [Group](./reference/stdlib/transforms/group.md)
- [Join](./reference/stdlib/transforms/join.md)
- [Loop](./reference/stdlib/transforms/loop.md)
- [Select](./reference/stdlib/transforms/select.md)
- [Sort](./reference/stdlib/transforms/sort.md)
- [Take](./reference/stdlib/transforms/take.md)
- [Window](./reference/stdlib/transforms/window.md)

- [Aggregation functions]()
- [Loop](./reference/stdlib/loop.md)

- [Specification](./reference/spec/README.md)

Expand Down
1 change: 1 addition & 0 deletions web/book/src/reference/stdlib/transforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +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 ...` |
File renamed without changes.

0 comments on commit f6fb125

Please sign in to comment.