Searched refs:andConds_ (Results 1 – 2 of 2) sorted by relevance
308 andConds_.emplace_back(cond); in And()314 return !cond.col_.empty() && cond.andConds_.empty(); in IsSimpleCond()322 if (!cond.andConds_.empty()) { in Traval()323 for (auto& andCond : cond.andConds_) { in Traval()
198 andConds_.emplace_back(Cond(col, op, value)); in And()215 std::vector<Cond> andConds_; variable