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

Method WriteBatchPayload

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

Source from the content-addressed store, hash-verified

1843 }
1844
1845 Status WriteBatchPayload(const RecordBatch& batch) {
1846 // write record batch payload only
1847 IpcPayload payload;
1848 RETURN_NOT_OK(GetRecordBatchPayload(batch, IpcWriteOptions::Defaults(), &payload));
1849 return payload_writer_->WritePayload(payload);
1850 }
1851
1852 Status Close() {
1853 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