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

Data Fields

Bitmask maskLoop
 
Bitmask revLoop
 
LogEst nRow
 
LogEst rCost
 
LogEst rUnsorted
 
i8 isOrdered
 
WhereLoop ** aLoop
 

Detailed Description

Definition at line 141107 of file sqlite3.c.

Field Documentation

◆ aLoop

WhereLoop** WherePath::aLoop

Definition at line 141114 of file sqlite3.c.

Referenced by wherePathSatisfiesOrderBy(), and wherePathSolver().

◆ isOrdered

i8 WherePath::isOrdered

Definition at line 141113 of file sqlite3.c.

Referenced by wherePathSolver().

◆ maskLoop

Bitmask WherePath::maskLoop

Definition at line 141108 of file sqlite3.c.

Referenced by wherePathSolver().

◆ nRow

LogEst WherePath::nRow

Definition at line 141110 of file sqlite3.c.

Referenced by wherePathSolver().

◆ rCost

LogEst WherePath::rCost

Definition at line 141111 of file sqlite3.c.

Referenced by wherePathSolver().

◆ revLoop

Bitmask WherePath::revLoop

Definition at line 141109 of file sqlite3.c.

Referenced by wherePathSolver().

◆ rUnsorted

LogEst WherePath::rUnsorted

Definition at line 141112 of file sqlite3.c.

Referenced by wherePathSolver().


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