Skip to content
Snippets Groups Projects
Verified Commit de355280 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

feat: support SQL window functions

Current commit backports the changes from SQLite commit
9592320b911e23d6ff3ce432e1da9a25773a4288. It introduces support for
SQL window functions in Tarantool, including:

- functions: row_number();
- aggregates: sum(), count(), avg(), min(), max().

NO_DOC=internal
NO_CHANGELOG=internal
parent fae9c5bb
No related branches found
No related tags found
No related merge requests found
Showing with 1067 additions and 378 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment