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

Function WriteJson

cpp/src/arrow/dataset/file_json_test.cc:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119};
120
121Status WriteJson(const StructScalar& scalar, rj::OStreamWrapper* sink) {
122 rj::Writer<rj::OStreamWrapper> writer(*sink);
123 WriteVisitor visitor{writer, scalar};
124 return VisitWriteableTypeId(Type::STRUCT, &visitor);
125}
126
127class JsonFormatHelper {
128 public:

Callers 2

TEST_FFunction · 0.85
WriteMethod · 0.85

Calls 1

VisitWriteableTypeIdFunction · 0.85

Tested by

no test coverage detected