Searched defs:CteUse (Results 1 – 4 of 4) sorted by relevance
15220 typedef struct CteUse CteUse; typedef20246 struct CteUse { struct20247 int nUse; /* Number of users of this CTE */20248 int addrM9e; /* Start of subroutine to compute materialization */20249 int regRtn; /* Return address register for addrM9e subroutine */20250 int iCur; /* Ephemeral table holding the materialization */20251 LogEst nRowEst; /* Estimated number of rows in the table */20252 u8 eM10d; /* The MATERIALIZED flag */
15345 typedef struct CteUse CteUse; typedef20396 struct CteUse { struct20397 int nUse; /* Number of users of this CTE */20398 int addrM9e; /* Start of subroutine to compute materialization */20399 int regRtn; /* Return address register for addrM9e subroutine */20400 int iCur; /* Ephemeral table holding the materialization */20401 LogEst nRowEst; /* Estimated number of rows in the table */20402 u8 eM10d; /* The MATERIALIZED flag */
15388 typedef struct CteUse CteUse; typedef20437 struct CteUse { struct20438 int nUse; /* Number of users of this CTE */20439 int addrM9e; /* Start of subroutine to compute materialization */20440 int regRtn; /* Return address register for addrM9e subroutine */20441 int iCur; /* Ephemeral table holding the materialization */20442 LogEst nRowEst; /* Estimated number of rows in the table */20443 u8 eM10d; /* The MATERIALIZED flag */