Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dtable_base.cpp169 FilterConstraints filterConstraints; in BestIndex() local
173 filterConstraints.AddConstraint(i, constraint.iColumn, constraint.op); in BestIndex()
177 filterConstraints.AddOrderBy(idxInfo->aOrderBy[i].iColumn, idxInfo->aOrderBy[i].desc); in BestIndex()
181 EstimateFilterCost(filterConstraints, estimate); in BestIndex()
186 auto cs = filterConstraints.GetConstraints(); in BestIndex()
194 filterConstraints.ToString(str); in BestIndex()

Completed in 2 milliseconds