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

Function unquoted_decimal_src

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

Source from the content-addressed store, hash-verified

313}
314
315inline static std::string unquoted_decimal_src() {
316 return R"(
317 { "price": 30.04, "cost":30.001 }
318 { "price": 1.23, "cost":1.229 }
319 )";
320}
321
322inline static std::string mixed_decimal_src() {
323 return R"(

Callers 2

TEST_PFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected