gdrsclib
Data Fields
WherePlan Struct Reference

Data Fields

u32 wsFlags
 
u32 nEq
 
union {
   Index *   pIdx
 
   struct WhereTerm *   pTerm
 
   sqlite3_index_info *   pVtabIdx
 
u
 

Detailed Description

Definition at line 9398 of file sqlite3.c.

Field Documentation

◆ nEq

u32 nEq

Definition at line 9400 of file sqlite3.c.

◆ pIdx

Index* pIdx

Definition at line 9402 of file sqlite3.c.

◆ pTerm

struct WhereTerm* pTerm

Definition at line 9403 of file sqlite3.c.

◆ pVtabIdx

sqlite3_index_info* pVtabIdx

Definition at line 9404 of file sqlite3.c.

◆ u

union { ... } u

◆ wsFlags

u32 wsFlags

Definition at line 9399 of file sqlite3.c.


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