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

Function WritePayload

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

Source from the content-addressed store, hash-verified

1340 }
1341
1342 Status WritePayload(const IpcPayload& payload) {
1343 RETURN_NOT_OK(payload_writer_->WritePayload(payload));
1344 ++stats_.num_messages;
1345 return Status::OK();
1346 }
1347
1348 std::unique_ptr<IpcPayloadWriter> payload_writer_;
1349 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