Searched refs:convertedBranches (Results 1 – 1 of 1) sorted by relevance
350 std::unordered_map<T, std::shared_ptr<Expression>> convertedBranches; in categorical() local352 convertedBranches[b.first] = std::move(b.second); in categorical()354 …return std::make_unique<Match<T>>(type, get(literal(property)), std::move(convertedBranches), erro… in categorical()