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

Method WriteBatchPayload

cpp/src/arrow/ipc/read_write_test.cc:1849–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1847 }
1848
1849 Status WriteBatchPayload(const RecordBatch& batch) {
1850 // write record batch payload only
1851 IpcPayload payload;
1852 RETURN_NOT_OK(GetRecordBatchPayload(batch, IpcWriteOptions::Defaults(), &payload));
1853 return payload_writer_->WritePayload(payload);
1854 }
1855
1856 Status Close() {
1857 RETURN_NOT_OK(payload_writer_->Close());

Callers 1

TESTFunction · 0.80

Calls 3

GetRecordBatchPayloadFunction · 0.85
DefaultsFunction · 0.50
WritePayloadMethod · 0.45

Tested by

no test coverage detected