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

Function Start

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

Source from the content-addressed store, hash-verified

1251 }
1252
1253 Status Start() {
1254 started_ = true;
1255 RETURN_NOT_OK(payload_writer_->Start());
1256
1257 IpcPayload payload;
1258 RETURN_NOT_OK(GetSchemaPayload(schema_, options_, mapper_, &payload));
1259 return WritePayload(payload);
1260 }
1261
1262 WriteStats stats() const override { return stats_; }
1263

Callers 1

writer.ccFile · 0.70

Calls 3

GetSchemaPayloadFunction · 0.85
WritePayloadFunction · 0.70
StartMethod · 0.45

Tested by

no test coverage detected