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

Function ChunkedArrayFromJSON

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

Source from the content-addressed store, hash-verified

401}
402
403std::shared_ptr<ChunkedArray> ChunkedArrayFromJSON(const std::shared_ptr<DataType>& type,
404 const std::vector<std::string>& json) {
405 EXPECT_OK_AND_ASSIGN(auto out, json::ChunkedArrayFromJSONString(type, json));
406 return out;
407}
408
409std::shared_ptr<RecordBatch> RecordBatchFromJSON(const std::shared_ptr<Schema>& schema,
410 std::string_view json) {

Callers 15

TEST_FFunction · 0.85
TYPED_TEST_PFunction · 0.85
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

Calls

no outgoing calls

Tested by

no test coverage detected