Home
last modified time | relevance | path

Searched refs:estimate (Results 1 - 1 of 1) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dtable_base.cpp180 EstimatedIndexInfo estimate = {idxInfo->estimatedRows, idxInfo->estimatedCost, false}; in BestIndex() local
181 EstimateFilterCost(filterConstraints, estimate); in BestIndex()
182 idxInfo->orderByConsumed = estimate.isOrdered; in BestIndex()
183 idxInfo->estimatedCost = estimate.estimatedCost; in BestIndex()
184 idxInfo->estimatedRows = estimate.estimatedRows; in BestIndex()

Completed in 1 milliseconds