Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1180 typedef struct CteUse CteUse; typedef
4194 struct CteUse { struct
4195 int nUse; /* Number of users of this CTE */
4196 int addrM9e; /* Start of subroutine to compute materialization */
4197 int regRtn; /* Return address register for addrM9e subroutine */
4198 int iCur; /* Ephemeral table holding the materialization */
4199 LogEst nRowEst; /* Estimated number of rows in the table */
4200 u8 eM10d; /* The MATERIALIZED flag */