Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
Window Struct Reference
Collaboration diagram for Window:

Data Fields

char * zName
char * zBase
ExprListpPartition
ExprListpOrderBy
u8 eFrmType
u8 eStart
u8 eEnd
u8 bImplicitFrame
u8 eExclude
ExprpStart
ExprpEnd
Window ** ppThis
WindowpNextWin
ExprpFilter
FuncDefpWFunc
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 20920 of file sqlite3.c.

Field Documentation

◆ bExprArgs

u8 Window::bExprArgs

Definition at line 20948 of file sqlite3.c.

◆ bImplicitFrame

u8 Window::bImplicitFrame

Definition at line 20928 of file sqlite3.c.

◆ csrApp

int Window::csrApp

Definition at line 20939 of file sqlite3.c.

◆ eEnd

u8 Window::eEnd

Definition at line 20927 of file sqlite3.c.

◆ eExclude

u8 Window::eExclude

Definition at line 20929 of file sqlite3.c.

◆ eFrmType

u8 Window::eFrmType

Definition at line 20925 of file sqlite3.c.

◆ eStart

u8 Window::eStart

Definition at line 20926 of file sqlite3.c.

◆ iArgCol

int Window::iArgCol

Definition at line 20944 of file sqlite3.c.

◆ iEphCsr

int Window::iEphCsr

Definition at line 20936 of file sqlite3.c.

◆ nBufferCol

int Window::nBufferCol

Definition at line 20943 of file sqlite3.c.

◆ pEnd

Expr* Window::pEnd

Definition at line 20931 of file sqlite3.c.

◆ pFilter

Expr* Window::pFilter

Definition at line 20934 of file sqlite3.c.

◆ pNextWin

Window* Window::pNextWin

Definition at line 20933 of file sqlite3.c.

◆ pOrderBy

ExprList* Window::pOrderBy

Definition at line 20924 of file sqlite3.c.

◆ pOwner

Expr* Window::pOwner

Definition at line 20942 of file sqlite3.c.

◆ pPartition

ExprList* Window::pPartition

Definition at line 20923 of file sqlite3.c.

◆ ppThis

Window** Window::ppThis

Definition at line 20932 of file sqlite3.c.

◆ pStart

Expr* Window::pStart

Definition at line 20930 of file sqlite3.c.

◆ pWFunc

FuncDef* Window::pWFunc

Definition at line 20935 of file sqlite3.c.

◆ regAccum

int Window::regAccum

Definition at line 20937 of file sqlite3.c.

◆ regApp

int Window::regApp

Definition at line 20940 of file sqlite3.c.

◆ regEndRowid

int Window::regEndRowid

Definition at line 20947 of file sqlite3.c.

◆ regOne

int Window::regOne

Definition at line 20945 of file sqlite3.c.

◆ regPart

int Window::regPart

Definition at line 20941 of file sqlite3.c.

◆ regResult

int Window::regResult

Definition at line 20938 of file sqlite3.c.

◆ regStartRowid

int Window::regStartRowid

Definition at line 20946 of file sqlite3.c.

◆ zBase

char* Window::zBase

Definition at line 20922 of file sqlite3.c.

◆ zName

char* Window::zName

Definition at line 20921 of file sqlite3.c.


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