Home
last modified time | relevance | path

Searched refs:estimatedRows (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()
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()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.cpp163 … 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()
Ddemo_table_base.h106 int64_t estimatedRows = 0; member
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h152 int64_t estimatedRows = 0; member