Home
last modified time | relevance | path

Searched defs:EstimatedIndexInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.h105 struct EstimatedIndexInfo { struct
121 virtual void DemoEstimateFilterCost(FilterConstraints& fc, EstimatedIndexInfo& ei) in DemoEstimateFilterCost() argument
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h151 struct EstimatedIndexInfo { struct
152 int64_t estimatedRows = 0;
153 double estimatedCost = 0.0;
154 bool isOrdered = false;