Searched defs:CollatorType (Results 1 – 2 of 2) sorted by relevance
64 struct CollatorType { struct65 constexpr CollatorType() {}; // NOLINT in CollatorType() function66 std::string getName() const { return "collator"; } in getName()67 bool operator==(const CollatorType&) const { return true; } in operator ==()
211 [&] (const type::CollatorType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()