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

Public Attributes

IdxTablepTab
 
int iDb
 
i64 covering
 
IdxConstraintpOrder
 
IdxConstraintpEq
 
IdxConstraintpRange
 
IdxScanpNextScan
 

Detailed Description

Definition at line 6933 of file shell.c.

Member Data Documentation

◆ covering

i64 IdxScan::covering

Definition at line 6936 of file shell.c.

◆ iDb

int IdxScan::iDb

Definition at line 6935 of file shell.c.

◆ pEq

IdxConstraint* IdxScan::pEq

Definition at line 6938 of file shell.c.

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

◆ pNextScan

IdxScan* IdxScan::pNextScan

Definition at line 6940 of file shell.c.

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

◆ pOrder

IdxConstraint* IdxScan::pOrder

Definition at line 6937 of file shell.c.

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

◆ pRange

IdxConstraint* IdxScan::pRange

Definition at line 6939 of file shell.c.

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

◆ pTab

IdxTable* IdxScan::pTab

Definition at line 6934 of file shell.c.

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


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