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