Searched refs:has_ts_column (Results 1 – 1 of 1) sorted by relevance
64 auto has_ts_column = [ts_idx](const QueryConstraints::Constraint& c) { in EstimateQueryCost() local67 bool has_time_constraint = std::any_of(cs.begin(), cs.end(), has_ts_column); in EstimateQueryCost()