Searched defs:CteUse (Results 1 – 1 of 1) sorted by relevance
1180 typedef struct CteUse CteUse; typedef4194 struct CteUse { struct4195 int nUse; /* Number of users of this CTE */4196 int addrM9e; /* Start of subroutine to compute materialization */4197 int regRtn; /* Return address register for addrM9e subroutine */4198 int iCur; /* Ephemeral table holding the materialization */4199 LogEst nRowEst; /* Estimated number of rows in the table */4200 u8 eM10d; /* The MATERIALIZED flag */