Lines Matching refs:WINDOW
19706 ** (3) The terms of the WINDOW clause of a SELECT are instances of this
31657 sqlite3TreeViewItem(pView, "WINDOW", (n--)>0);
163228 ** BUILT-IN WINDOW FUNCTIONS
163771 ** linked list of WINDOW definitions for the current SELECT statement.
163777 ** search list pList for a matching WINDOW definition, and update pWin
163778 ** accordingly. If no such WINDOW clause can be found, leave an error
163782 ** window to be coerced (see "BUILT-IN WINDOW FUNCTIONS" at the top
164395 ** Window *pWin has just been created from a WINDOW clause. Tokne pBase
164396 ** is the base window. Earlier windows from the same WINDOW clause are
167618 0, /* WINDOW => nothing */
167891 /* 164 */ "WINDOW",
168388 /* 335 */ "window_clause ::= WINDOW windowdefn_list",
169299 251, /* (335) window_clause ::= WINDOW windowdefn_list */
169709 -2, /* (335) window_clause ::= WINDOW windowdefn_list */
171228 case 335: /* window_clause ::= WINDOW windowdefn_list */
172053 ** 64: WINDOW ELSE
172282 testcase( i==141 ); /* WINDOW */
172382 ** reads the keywords WINDOW, OVER and FILTER, respectively, to determine
172394 ** WINDOW is treated as a keyword if: