Searched refs:estimatedRows (Results 1 – 4 of 4) sorted by relevance
182 EstimatedIndexInfo estimate = {idxInfo->estimatedRows, idxInfo->estimatedCost, false}; in BestIndex()187 idxInfo->estimatedRows = estimate.estimatedRows; in BestIndex()211 TS_LOGD("estimated: %lld cost:%.3f", idxInfo->estimatedRows, idxInfo->estimatedCost); in BestIndex()337 ei.estimatedRows = rowCount; in EstimateFilterCost()357 ei.estimatedRows = rowCount; in EstimateFilterCost()
163 … EstimatedIndexInfo demoEstimate = {demoIdxInfo->estimatedRows, demoIdxInfo->estimatedCost, false}; in DemoBestIndex()167 demoIdxInfo->estimatedRows = demoEstimate.estimatedRows; in DemoBestIndex()192 TS_LOGD("estimated: %lld cost:%.3f", demoIdxInfo->estimatedRows, demoIdxInfo->estimatedCost); in DemoBestIndex()
106 int64_t estimatedRows = 0; member
152 int64_t estimatedRows = 0; member