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

Function WriteArray

cpp/src/arrow/integration/json_internal.cc:2079–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2077}
2078
2079Status WriteArray(const std::string& name, const Array& array, RjWriter* json_writer) {
2080 ArrayWriter converter(name, array, json_writer);
2081 return converter.Write();
2082}
2083
2084} // namespace arrow::internal::integration::json

Callers 2

TestArrayRoundTripFunction · 0.85
WriteRecordBatchFunction · 0.85

Calls 1

WriteMethod · 0.45

Tested by 1

TestArrayRoundTripFunction · 0.68