Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15742 typedef struct CteUse CteUse; typedef
20867 struct CteUse { struct
20868 int nUse; /* Number of users of this CTE */
20869 int addrM9e; /* Start of subroutine to compute materialization */
20870 int regRtn; /* Return address register for addrM9e subroutine */
20871 int iCur; /* Ephemeral table holding the materialization */
20872 LogEst nRowEst; /* Estimated number of rows in the table */
20873 u8 eM10d; /* The MATERIALIZED flag */