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

Data Fields

WindowpWin
SrcListpSrc
ExprListpSub
TablepTab
SelectpSubSelect

Detailed Description

Definition at line 172850 of file sqlite3.c.

Field Documentation

◆ pSrc

SrcList* WindowRewrite::pSrc

Definition at line 172852 of file sqlite3.c.

◆ pSub

ExprList* WindowRewrite::pSub

Definition at line 172853 of file sqlite3.c.

◆ pSubSelect

Select* WindowRewrite::pSubSelect

Definition at line 172855 of file sqlite3.c.

◆ pTab

Table* WindowRewrite::pTab

Definition at line 172854 of file sqlite3.c.

◆ pWin

Window* WindowRewrite::pWin

Definition at line 172851 of file sqlite3.c.


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