Home
last modified time | relevance | path

Searched defs:WhereInfo (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h462 struct WhereInfo { struct
464 SrcList *pTabList; /* List of tables in the join */
465 ExprList *pOrderBy; /* The ORDER BY clause or NULL */
466 ExprList *pResultSet; /* Result set of the query */
468 Expr *pWhere; /* The complete WHERE clause */
477 u8 nLevel; /* Number of nested loop */
481 unsigned bDeferredSeek :1; /* Uses OP_DeferredSeek */
485 LogEst nRowOut; /* Estimated number of output rows */
487 int iEndWhere; /* End of the WHERE clause itself */
488 WhereLoop *pLoops; /* List of all WhereLoop objects */
[all …]
H A DsqliteInt.h1227 typedef struct WhereInfo WhereInfo; typedef