| 100 | } |
| 101 | |
| 102 | static std::vector<std::string> AllNulls() { |
| 103 | return {"#N/A", "#N/A N/A", "#NA", "-1.#IND", "-1.#QNAN", "-NaN", "-nan", "1.#IND", |
| 104 | "1.#QNAN", "N/A", "NA", "NULL", "NaN", "n/a", "nan", "null"}; |
| 105 | } |
| 106 | |
| 107 | static void TestTrieContents(const Trie& trie, const std::vector<std::string>& entries) { |
| 108 | std::unordered_map<std::string, int32_t> control; |