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

Function WritePayload

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

Source from the content-addressed store, hash-verified

1347 }
1348
1349 Status WritePayload(const IpcPayload& payload) {
1350 RETURN_NOT_OK(payload_writer_->WritePayload(payload));
1351 ++stats_.num_messages;
1352 return Status::OK();
1353 }
1354
1355 std::unique_ptr<IpcPayloadWriter> payload_writer_;
1356 std::shared_ptr<Schema> shared_schema_;

Callers 3

WriteRecordBatchFunction · 0.70
StartFunction · 0.70
WriteDictionariesFunction · 0.70

Calls 2

OKFunction · 0.50
WritePayloadMethod · 0.45

Tested by

no test coverage detected