Skip to content

Commit 2fc62a9

Browse files
committed
update docs
1 parent fc96d30 commit 2fc62a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/Index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
- [Other Operators](#other-operators)
6565
- [Core SQLite Functions](#core-sqlite-functions)
6666
- [Aggregate SQLite Functions](#aggregate-sqlite-functions)
67+
- [Window SQLite Functions](#window-sqlite-functions)
6768
- [Date and Time Functions](#date-and-time-functions)
6869
- [Custom SQL Functions](#custom-sql-functions)
6970
- [Custom Collations](#custom-collations)
@@ -1871,6 +1872,11 @@ Most of SQLite’s
18711872
[aggregate functions](https://www.sqlite.org/lang_aggfunc.html) have been
18721873
surfaced in and type-audited for SQLite.swift.
18731874

1875+
## Window SQLite Functions
1876+
1877+
Most of SQLite's [window functions](https://www.sqlite.org/windowfunctions.html) have been
1878+
surfaced in and type-audited for SQLite.swift. Currently only `OVER (ORDER BY ...)` windowing is possible.
1879+
18741880
## Date and Time functions
18751881

18761882
SQLite's [date and time](https://www.sqlite.org/lang_datefunc.html)

0 commit comments

Comments
 (0)