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

Function nested_src

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

Source from the content-addressed store, hash-verified

297}
298
299inline static std::string nested_src() {
300 return R"(
301 { "hello": 3.5, "world": false, "yo": "thing", "arr": [1, 2, 3], "nuf": {} }
302 { "hello": 3.25, "world": null, "arr": [2], "nuf": null }
303 { "hello": 3.125, "world": null, "yo": "\u5fcd", "arr": [], "nuf": { "ps": 78 } }
304 { "hello": 0.0, "world": true, "yo": null, "arr": null, "nuf": { "ps": 90 } }
305 )";
306}
307
308inline static std::string null_src() {
309 return R"(

Callers 2

TEST_PFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected