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

Data Fields

IdxTablepTab
int iDb
i64 covering
IdxConstraintpOrder
IdxConstraintpEq
IdxConstraintpRange
IdxScanpNextScan

Detailed Description

Definition at line 12832 of file shell.c.

Field Documentation

◆ covering

i64 IdxScan::covering

Definition at line 12835 of file shell.c.

◆ iDb

int IdxScan::iDb

Definition at line 12834 of file shell.c.

◆ pEq

IdxConstraint* IdxScan::pEq

Definition at line 12837 of file shell.c.

Referenced by expertBestIndex(), idxCreateFromWhere(), and idxScanFree().

◆ pNextScan

IdxScan* IdxScan::pNextScan

Definition at line 12839 of file shell.c.

Referenced by expertBestIndex(), idxCreateCandidates(), and idxScanFree().

◆ pOrder

IdxConstraint* IdxScan::pOrder

Definition at line 12836 of file shell.c.

Referenced by expertBestIndex(), idxCreateCandidates(), and idxScanFree().

◆ pRange

IdxConstraint* IdxScan::pRange

Definition at line 12838 of file shell.c.

Referenced by expertBestIndex(), idxCreateFromWhere(), and idxScanFree().

◆ pTab

IdxTable* IdxScan::pTab

Definition at line 12833 of file shell.c.

Referenced by expertBestIndex(), idxCreateFromCons(), and idxFindCompatible().


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