Searched defs:CteUse (Results 1 – 1 of 1) sorted by relevance
15299 typedef struct CteUse CteUse; typedef20321 struct CteUse { struct20322 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 */