Home
last modified time | relevance | path

Searched refs:estimatedCost (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp182 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()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.cpp163 … 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()
Ddemo_table_base.h107 double estimatedCost = 0.0; member
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h153 double estimatedCost = 0.0; member