Searched refs:rRun (Results 1 – 2 of 2) sorted by relevance
212 if( rRun<=p->rRun && (prereq & p->prereq)==prereq ){ in whereOrInsert()215 if( p->rRun<=rRun && (p->prereq & prereq)==p->prereq ){ in whereOrInsert()225 if( p->rRun>pSet->a[i].rRun ) p = pSet->a + i; in whereOrInsert()227 if( p->rRun<=rRun ) return 0; in whereOrInsert()231 p->rRun = rRun; in whereOrInsert()2325 if( pX->rRun>pY->rRun && pX->nOut>pY->nOut ) return 0; in whereLoopCheaperProperSubset()2365 MIN(p->rRun, pTemplate->rRun), in whereLoopAdjustCost()2367 pTemplate->rRun = MIN(p->rRun, pTemplate->rRun); in whereLoopAdjustCost()2374 MAX(p->rRun, pTemplate->rRun), in whereLoopAdjustCost()2376 pTemplate->rRun = MAX(p->rRun, pTemplate->rRun); in whereLoopAdjustCost()[all …]
137 LogEst rRun; /* Cost of running each loop */ member174 LogEst rRun; /* Cost of running this subquery */ member