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

Function null_src

cpp/src/arrow/json/test_common.h:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308inline static std::string null_src() {
309 return R"(
310 { "plain": null, "list1": [], "list2": [], "struct": { "plain": null } }
311 { "plain": null, "list1": [], "list2": [null], "struct": {} }
312 )";
313}
314
315inline static std::string unquoted_decimal_src() {
316 return R"(

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected