Searched refs:has_time_constraint (Results 1 – 1 of 1) sorted by relevance
67 bool has_time_constraint = std::any_of(cs.begin(), cs.end(), has_ts_column); in EstimateQueryCost() local68 if (has_time_constraint) { in EstimateQueryCost()