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

Method OpenMessage

cpp/src/arrow/flight/transport.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace internal {
35
36::arrow::Result<std::unique_ptr<ipc::Message>> FlightData::OpenMessage() {
37 return ipc::Message::Open(metadata, body);
38}
39
40bool TransportDataStream::ReadData(internal::FlightData*) { return false; }
41arrow::Result<bool> TransportDataStream::WriteData(const FlightPayload&) {

Callers 3

ReadNextMessageMethod · 0.80
TESTFunction · 0.80
ReadNextMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64