zombiezen / go-sqlite

Low-level Go interface to SQLite 3
https://pkg.go.dev/zombiezen.com/go/sqlite
ISC License
741 stars 18 forks source link

User-defined aggregate window functions #42

Closed zombiezen closed 2 years ago

zombiezen commented 2 years ago

https://www.sqlite.org/windowfunctions.html#user_defined_aggregate_window_functions

Should be a matter of adding WindowValue and WindowInverse callback fields to the FunctionImpl struct.