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

Function Start

cpp/src/arrow/ipc/writer.cc:1260–1267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258 }
1259
1260 Status Start() {
1261 started_ = true;
1262 RETURN_NOT_OK(payload_writer_->Start());
1263
1264 IpcPayload payload;
1265 RETURN_NOT_OK(GetSchemaPayload(schema_, options_, mapper_, &payload));
1266 return WritePayload(payload);
1267 }
1268
1269 WriteStats stats() const override { return stats_; }
1270

Callers 1

writer.ccFile · 0.70

Calls 3

GetSchemaPayloadFunction · 0.85
WritePayloadFunction · 0.70
StartMethod · 0.45

Tested by

no test coverage detected