Home
last modified time | relevance | path

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

/developtools/smartperf_host/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/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h152 struct EstimatedIndexInfo { struct
153 int64_t estimatedRows = 0;
154 double estimatedCost = 0.0;
155 bool isOrdered = false;