Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ mixed_decimal_src
Function
mixed_decimal_src
cpp/src/arrow/json/test_common.h:322–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
}
321
322
inline static std::string mixed_decimal_src() {
323
return R"(
324
{
"price"
: 30.04,
"cost"
: 30.001 }
325
{
"price"
:
"1.23"
,
"cost"
:
"1.229"
}
326
)";
327
}
328
329
} // namespace json
330
} // namespace arrow
Callers
2
TEST_P
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected