MCPcopy Create free account
hub / github.com/apache/arrow / AllNulls

Function AllNulls

cpp/src/arrow/util/trie_test.cc:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static 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
107static void TestTrieContents(const Trie& trie, const std::vector<std::string>& entries) {
108 std::unordered_map<std::string, int32_t> control;

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected