mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Improvements to the way built-in window functions are handled.
FossilOrigin-Name: e8eee566dfca6f4c8af074731dfe91f7fbcd9ca72f0303235b52e4e2e80d5b71
This commit is contained in:
@@ -3579,6 +3579,7 @@ struct Window {
|
||||
int iArgCol; /* Offset of first argument for this function */
|
||||
|
||||
int regFirst;
|
||||
int regSize;
|
||||
};
|
||||
|
||||
#ifndef SQLITE_OMIT_WINDOWFUNC
|
||||
|
Reference in New Issue
Block a user