Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Window Struct Reference

Data Fields

char * zName
 
char * zBase
 
ExprListpPartition
 
ExprListpOrderBy
 
u8 eFrmType
 
u8 eStart
 
u8 eEnd
 
u8 bImplicitFrame
 
u8 eExclude
 
ExprpStart
 
ExprpEnd
 
Window ** ppThis
 
WindowpNextWin
 
ExprpFilter
 
FuncDefpFunc
 
int iEphCsr
 
int regAccum
 
int regResult
 
int csrApp
 
int regApp
 
int regPart
 
ExprpOwner
 
int nBufferCol
 
int iArgCol
 
int regOne
 
int regStartRowid
 
int regEndRowid
 
u8 bExprArgs
 

Detailed Description

Definition at line 19190 of file sqlite3.c.

Field Documentation

◆ bExprArgs

u8 Window::bExprArgs

Definition at line 19218 of file sqlite3.c.

Referenced by sqlite3WindowDup(), sqlite3WindowRewrite(), and windowAggStep().

◆ bImplicitFrame

u8 Window::bImplicitFrame

Definition at line 19198 of file sqlite3.c.

Referenced by sqlite3WindowChain(), and sqlite3WindowDup().

◆ csrApp

◆ eEnd

◆ eExclude

◆ eFrmType

◆ eStart

◆ iArgCol

int Window::iArgCol

◆ iEphCsr

◆ nBufferCol

int Window::nBufferCol

Definition at line 19213 of file sqlite3.c.

Referenced by sqlite3WindowCodeStep(), and sqlite3WindowRewrite().

◆ pEnd

◆ pFilter

◆ pFunc

◆ pNextWin

◆ pOrderBy

◆ pOwner

◆ pPartition

◆ ppThis

Window** Window::ppThis

Definition at line 19202 of file sqlite3.c.

Referenced by sqlite3WindowLink().

◆ pStart

◆ regAccum

int Window::regAccum

◆ regApp

int Window::regApp

◆ regEndRowid

int Window::regEndRowid

◆ regOne

int Window::regOne

Definition at line 19215 of file sqlite3.c.

Referenced by sqlite3WindowCodeInit(), and sqlite3WindowCodeStep().

◆ regPart

int Window::regPart

Definition at line 19211 of file sqlite3.c.

Referenced by sqlite3WindowCodeInit(), and sqlite3WindowCodeStep().

◆ regResult

int Window::regResult

◆ regStartRowid

◆ zBase

char* Window::zBase

Definition at line 19192 of file sqlite3.c.

Referenced by sqlite3WindowAssemble(), sqlite3WindowChain(), and sqlite3WindowDup().

◆ zName

char* Window::zName

Definition at line 19191 of file sqlite3.c.

Referenced by sqlite3WindowDup(), sqlite3WindowUpdate(), and yy_reduce().


The documentation for this struct was generated from the following file: