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

Data Fields

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

Detailed Description

Definition at line 159135 of file sqlite3.c.

Field Documentation

◆ aLoop

WhereLoop** WherePath::aLoop

Definition at line 159142 of file sqlite3.c.

◆ isOrdered

i8 WherePath::isOrdered

Definition at line 159141 of file sqlite3.c.

◆ maskLoop

Bitmask WherePath::maskLoop

Definition at line 159136 of file sqlite3.c.

◆ nRow

LogEst WherePath::nRow

Definition at line 159138 of file sqlite3.c.

◆ rCost

LogEst WherePath::rCost

Definition at line 159139 of file sqlite3.c.

◆ revLoop

Bitmask WherePath::revLoop

Definition at line 159137 of file sqlite3.c.

◆ rUnsort

LogEst WherePath::rUnsort

Definition at line 159140 of file sqlite3.c.


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