Searched refs:estimatedCost (Results 1 – 4 of 4) sorted by relevance
182 EstimatedIndexInfo estimate = {idxInfo->estimatedRows, idxInfo->estimatedCost, false}; in BestIndex()186 idxInfo->estimatedCost = estimate.estimatedCost; in BestIndex()211 TS_LOGD("estimated: %lld cost:%.3f", idxInfo->estimatedRows, idxInfo->estimatedCost); in BestIndex()333 ei.estimatedCost = filterBaseCost; in EstimateFilterCost()338 ei.estimatedCost += indexCost * rowCount; in EstimateFilterCost()356 ei.estimatedCost += filterCost; in EstimateFilterCost()358 ei.estimatedCost += rowCount * indexCost; in EstimateFilterCost()
163 … EstimatedIndexInfo demoEstimate = {demoIdxInfo->estimatedRows, demoIdxInfo->estimatedCost, false}; in DemoBestIndex()166 demoIdxInfo->estimatedCost = demoEstimate.estimatedCost; in DemoBestIndex()192 TS_LOGD("estimated: %lld cost:%.3f", demoIdxInfo->estimatedRows, demoIdxInfo->estimatedCost); in DemoBestIndex()
107 double estimatedCost = 0.0; member
153 double estimatedCost = 0.0; member