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

Function scalars_only_src

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

Source from the content-addressed store, hash-verified

288}
289
290inline static std::string scalars_only_src() {
291 return R"(
292 { "hello": 3.5, "world": false, "yo": "thing" }
293 { "hello": 3.25, "world": null }
294 { "hello": 3.125, "world": null, "yo": "\u5fcd" }
295 { "hello": 0.0, "world": true, "yo": null }
296 )";
297}
298
299inline static std::string nested_src() {
300 return R"(

Callers 2

TEST_PFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected