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

Function AllNulls

cpp/src/arrow/util/trie_benchmark.cc:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace internal {
30
31std::vector<std::string> AllNulls() {
32 return {"#N/A", "#N/A N/A", "#NA", "-1.#IND", "-1.#QNAN", "-NaN", "-nan", "1.#IND",
33 "1.#QNAN", "N/A", "NA", "NULL", "NaN", "n/a", "nan", "null"};
34}
35
36Trie MakeNullsTrie() {
37 auto nulls = AllNulls();

Callers 1

MakeNullsTrieFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected