Searched refs:IsOpEq (Results 1 – 8 of 8) sorted by relevance
61 info->estimated_cost = IsOpEq(constraints.front().op) ? 1 : 10; in BestIndex()84 if (IsOpEq(cs.op)) { in Filter()
63 info->estimated_cost = IsOpEq(constraints.front().op) ? 1 : 10; in BestIndex()88 if (IsOpEq(cs.op)) { in Filter()
120 if (sqlite_utils::IsOpEq(c.op)) in RemoveRedundantOrderBy()162 return c.iColumn == static_cast<int>(c_idx) && sqlite_utils::IsOpEq(c.op); in HasEqConstraint()
111 IsOpEq(qc.constraints()[0].op) && in Filter()
160 } else if (IsOpEq(op)) { in BoundFilter()183 if (sqlite_utils::IsOpEq(op) && same_type && in Filter()
52 if (cs.iColumn == id && sqlite_utils::IsOpEq(cs.op)) { in BestIndex()
77 sqlite_utils::IsOpEq(c.op); in EstimateQueryCost()
50 inline bool IsOpEq(int op) { in IsOpEq() function