ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
WherePath Struct Reference
Collaboration diagram for WherePath:

Public Attributes

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

Detailed Description

Definition at line 140484 of file sqlite3.c.

Member Data Documentation

◆ aLoop

WhereLoop** WherePath::aLoop

Definition at line 140491 of file sqlite3.c.

Referenced by wherePathSatisfiesOrderBy(), and wherePathSolver().

◆ isOrdered

i8 WherePath::isOrdered

Definition at line 140490 of file sqlite3.c.

Referenced by wherePathSolver().

◆ maskLoop

Bitmask WherePath::maskLoop

Definition at line 140485 of file sqlite3.c.

Referenced by wherePathSolver().

◆ nRow

LogEst WherePath::nRow

Definition at line 140487 of file sqlite3.c.

Referenced by wherePathSolver().

◆ rCost

LogEst WherePath::rCost

Definition at line 140488 of file sqlite3.c.

Referenced by wherePathSolver().

◆ revLoop

Bitmask WherePath::revLoop

Definition at line 140486 of file sqlite3.c.

Referenced by wherePathSolver().

◆ rUnsorted

LogEst WherePath::rUnsorted

Definition at line 140489 of file sqlite3.c.

Referenced by wherePathSolver().


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