File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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
18721873surfaced 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
18761882SQLite's [date and time](https :// www.sqlite.org/lang_datefunc.html)
You can’t perform that action at this time.
0 commit comments