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

Function ChunkedArrayFromJSON

cpp/src/arrow/testing/gtest_util.cc:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395std::shared_ptr<ChunkedArray> ChunkedArrayFromJSON(const std::shared_ptr<DataType>& type,
396 const std::vector<std::string>& json) {
397 EXPECT_OK_AND_ASSIGN(auto out, json::ChunkedArrayFromJSONString(type, json));
398 return out;
399}
400
401std::shared_ptr<RecordBatch> RecordBatchFromJSON(const std::shared_ptr<Schema>& schema,
402 std::string_view json) {

Callers 15

TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
CompareJsonFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85
ValidateSumFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected