]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Evaluate multiple window functions in a single pass if they use the same
authordan <dan@noemail.net>
Thu, 17 May 2018 19:24:08 +0000 (19:24 +0000)
committerdan <dan@noemail.net>
Thu, 17 May 2018 19:24:08 +0000 (19:24 +0000)
commite2f781b9d10fe358dfc999d8f0ae98f5b736adc0
tree3797264c3d857a4633198029dfc0598fcb892395
parent2e362f9775ba05e353276039acc788e592fea0e4
Evaluate multiple window functions in a single pass if they use the same
window definition. Add xValue callbacks for other built-in aggregate
functions.

FossilOrigin-Name: c9f0f140941660ff368e5bb5752d54feb1964b7a9eac986d4bfb8f24a1c20d86
manifest
manifest.uuid
src/expr.c
src/func.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/window.c
test/window1.test