Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15299 typedef struct CteUse CteUse; typedef
20321 struct CteUse { struct
20322 int nUse; /* Number of users of this CTE */
20323 int addrM9e; /* Start of subroutine to compute materialization */
20324 int regRtn; /* Return address register for addrM9e subroutine */
20325 int iCur; /* Ephemeral table holding the materialization */
20326 LogEst nRowEst; /* Estimated number of rows in the table */
20327 u8 eM10d; /* The MATERIALIZED flag */