Searched refs:Window (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | window.c | 632 Window *p; in windowFind() 736 Window *pWin; 859 Window *pWin, in selectWindowRewriteEList() 1391 Window *pWin; in sqlite3WindowCodeInit() 1660 Window *pWin; in windowAggStep() 1772 Window *pWin; in windowAggFinal() 1808 Window *pWin; in windowFullScan() 1994 Window *pWin; in windowInitAccum() 2023 Window *pWin; in windowCacheFrame() 2408 Window *sqlite3WindowListDup(sqlite3 *db, Window *p){ in sqlite3WindowListDup() [all …]
|
| H A D | sqliteInt.h | 1228 typedef struct Window Window; typedef 4238 struct Window { struct 4271 void sqlite3WindowDelete(sqlite3*, Window*); argument 4277 int sqlite3WindowCompare(const Parse*, const Window*, const Window*, int); 4281 void sqlite3WindowUpdate(Parse*, Window*, Window*, FuncDef*); 4282 Window *sqlite3WindowDup(sqlite3 *db, Expr *pOwner, Window *p); 4283 Window *sqlite3WindowListDup(sqlite3 *db, Window *p); 4285 void sqlite3WindowChain(Parse*, Window*, Window*); 4286 Window *sqlite3WindowAssemble(Parse*, Window*, ExprList*, ExprList*, Token*); 4556 void sqlite3ShowWindow(const Window*); [all …]
|
| H A D | treeview.c | 295 Window *pX; in sqlite3TreeViewSelect() 325 Window *pX; in sqlite3TreeViewSelect() 401 void sqlite3TreeViewWindow(TreeView *pView, const Window *pWin, u8 more){ in sqlite3TreeViewWindow() 467 void sqlite3TreeViewWinFunc(TreeView *pView, const Window *pWin, u8 more){ in sqlite3TreeViewWinFunc() 666 Window *pWin; in sqlite3TreeViewExpr() 1286 void sqlite3ShowWindow(const Window *p){ sqlite3TreeViewWindow(0,p,0); } in sqlite3ShowWindow() 1287 void sqlite3ShowWinFunc(const Window *p){ sqlite3TreeViewWinFunc(0,p,0); } in sqlite3ShowWinFunc()
|
| H A D | walker.c | 25 static int walkWindowList(Walker *pWalker, Window *pList, int bOneOnly){ in walkWindowList() 26 Window *pWin; in walkWindowList()
|
| H A D | parse.y | 1753 %type windowdefn_list {Window*} 1763 %type windowdefn {Window*} 1772 %type window {Window*} 1775 %type frame_opt {Window*} 1784 %type over_clause {Window*} 1787 %type filter_over {Window*} 1850 %type window_clause {Window*} 1866 A = (Window*)sqlite3DbMallocZero(pParse->db, sizeof(Window)); 1880 A = (Window*)sqlite3DbMallocZero(pParse->db, sizeof(Window));
|
| H A D | resolve.c | 999 Window *pWin = (IsWindowFunc(pExpr) ? pExpr->y.pWin : 0); in resolveExprStep() 1581 Window *pWin = pExpr->y.pWin; in resolveRemoveWindowsCb() 1835 Window *pWin; in resolveSelectStep()
|
| H A D | select.c | 3866 Window *pWin = pExpr->y.pWin; in substExpr() 7242 Window *pWin = p->pWin; /* Main window object (or NULL) */ in sqlite3Select()
|
| H A D | expr.c | 1557 Window *pWin = pExpr->y.pWin; in gatherSelectWindowsCallback()
|
| /sqlite-3.40.0/vsixtest/ |
| H A D | App.xaml.cpp | 52 auto rootFrame = dynamic_cast<Frame^>(Window::Current->Content); 79 Window::Current->Content = rootFrame; 81 Window::Current->Activate(); 93 Window::Current->Activate();
|
| /sqlite-3.40.0/test/ |
| H A D | filter1.test | 83 # .2 Window function in FILTER clause,
|
| H A D | window1.test | 661 # Window function in correlated subquery causes assertion fault
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 202 is something like `gnu-as' or `x' (for the X Window System). The 206 For packages that use the X Window System, `configure' can usually
|
| /sqlite-3.40.0/doc/ |
| H A D | trusted-schema.md | 113 <li> _type_ → 's'=Scalar, 'a'=Aggregate, 'w'=Window
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | README.md | 63 interface to a database which can be driven from the main Window
|