Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
char * | zName |
char * | zBase |
ExprList * | pPartition |
ExprList * | pOrderBy |
u8 | eFrmType |
u8 | eStart |
u8 | eEnd |
u8 | bImplicitFrame |
u8 | eExclude |
Expr * | pStart |
Expr * | pEnd |
Window ** | ppThis |
Window * | pNextWin |
Expr * | pFilter |
FuncDef * | pFunc |
int | iEphCsr |
int | regAccum |
int | regResult |
int | csrApp |
int | regApp |
int | regPart |
Expr * | pOwner |
int | nBufferCol |
int | iArgCol |
int | regOne |
int | regStartRowid |
int | regEndRowid |
u8 | bExprArgs |
u8 Window::bExprArgs |
Definition at line 19218 of file sqlite3.c.
Referenced by sqlite3WindowDup(), sqlite3WindowRewrite(), and windowAggStep().
u8 Window::bImplicitFrame |
Definition at line 19198 of file sqlite3.c.
Referenced by sqlite3WindowChain(), and sqlite3WindowDup().
int Window::csrApp |
Definition at line 19209 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), windowAggFinal(), windowAggStep(), windowFullScan(), windowInitAccum(), and windowReturnOneRow().
u8 Window::eEnd |
Definition at line 19197 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowUpdate(), and windowCodeOp().
u8 Window::eExclude |
Definition at line 19199 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowUpdate(), and windowFullScan().
u8 Window::eFrmType |
Definition at line 19195 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowUpdate(), windowCodeOp(), and yy_reduce().
u8 Window::eStart |
Definition at line 19196 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowUpdate(), windowAggFinal(), windowAggStep(), windowCodeOp(), and windowInitAccum().
int Window::iArgCol |
Definition at line 19214 of file sqlite3.c.
Referenced by sqlite3WindowDup(), sqlite3WindowRewrite(), windowAggStep(), and windowReturnOneRow().
int Window::iEphCsr |
Definition at line 19206 of file sqlite3.c.
Referenced by selectWindowRewriteExprCb(), sqlite3WindowCodeInit(), sqlite3WindowCodeStep(), sqlite3WindowDup(), sqlite3WindowRewrite(), windowAggStep(), windowFullScan(), and windowReturnOneRow().
int Window::nBufferCol |
Definition at line 19213 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), and sqlite3WindowRewrite().
Expr* Window::pEnd |
Definition at line 19201 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowUpdate(), and walkWindowList().
Expr* Window::pFilter |
Definition at line 19204 of file sqlite3.c.
Referenced by resolveExprStep(), sqlite3FunctionUsesThisSrc(), sqlite3Select(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowRewrite(), sqlite3WindowUpdate(), substExpr(), updateAccumulator(), walkWindowList(), windowAggStep(), and yy_reduce().
FuncDef* Window::pFunc |
Definition at line 19205 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), sqlite3WindowDup(), sqlite3WindowRewrite(), sqlite3WindowUpdate(), windowAggFinal(), windowAggStep(), windowInitAccum(), and windowReturnOneRow().
Window* Window::pNextWin |
Definition at line 19203 of file sqlite3.c.
Referenced by selectWindowRewriteExprCb(), sqlite3WindowCodeInit(), sqlite3WindowLink(), sqlite3WindowRewrite(), walkWindowList(), windowAggFinal(), windowAggStep(), windowFullScan(), windowInitAccum(), windowReturnOneRow(), and yy_reduce().
ExprList* Window::pOrderBy |
Definition at line 19194 of file sqlite3.c.
Referenced by resolveExprStep(), sqlite3WindowAssemble(), sqlite3WindowChain(), sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowRewrite(), sqlite3WindowUpdate(), walkWindowList(), windowCodeOp(), windowCodeRangeTest(), and windowFullScan().
Expr* Window::pOwner |
Definition at line 19212 of file sqlite3.c.
Referenced by resolveAlias(), selectWindowRewriteExprCb(), sqlite3WindowCodeInit(), sqlite3WindowDup(), sqlite3WindowRewrite(), windowAggStep(), and windowReturnOneRow().
ExprList* Window::pPartition |
Definition at line 19193 of file sqlite3.c.
Referenced by resolveExprStep(), sqlite3WhereExprUsageNN(), sqlite3WindowAssemble(), sqlite3WindowChain(), sqlite3WindowCodeInit(), sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowRewrite(), sqlite3WindowUpdate(), substExpr(), and walkWindowList().
Window** Window::ppThis |
Definition at line 19202 of file sqlite3.c.
Referenced by sqlite3WindowLink().
Expr* Window::pStart |
Definition at line 19200 of file sqlite3.c.
Referenced by sqlite3WindowCodeStep(), sqlite3WindowCompare(), sqlite3WindowDup(), sqlite3WindowUpdate(), and walkWindowList().
int Window::regAccum |
Definition at line 19207 of file sqlite3.c.
Referenced by sqlite3WindowDup(), sqlite3WindowRewrite(), windowAggFinal(), windowAggStep(), windowFullScan(), and windowInitAccum().
int Window::regApp |
Definition at line 19210 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), windowAggFinal(), windowAggStep(), windowInitAccum(), and windowReturnOneRow().
int Window::regEndRowid |
Definition at line 19217 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), sqlite3WindowCodeStep(), windowCodeOp(), and windowFullScan().
int Window::regOne |
Definition at line 19215 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), and sqlite3WindowCodeStep().
int Window::regPart |
Definition at line 19211 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), and sqlite3WindowCodeStep().
int Window::regResult |
Definition at line 19208 of file sqlite3.c.
Referenced by sqlite3ExprCodeTarget(), sqlite3WindowDup(), sqlite3WindowRewrite(), windowAggFinal(), and windowReturnOneRow().
int Window::regStartRowid |
Definition at line 19216 of file sqlite3.c.
Referenced by sqlite3WindowCodeInit(), sqlite3WindowCodeStep(), windowAggFinal(), windowAggStep(), windowCodeOp(), windowFullScan(), windowInitAccum(), and windowReturnOneRow().
char* Window::zBase |
Definition at line 19192 of file sqlite3.c.
Referenced by sqlite3WindowAssemble(), sqlite3WindowChain(), and sqlite3WindowDup().
char* Window::zName |
Definition at line 19191 of file sqlite3.c.
Referenced by sqlite3WindowDup(), sqlite3WindowUpdate(), and yy_reduce().