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

Method header

cpp/src/arrow/ipc/message.cc:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 const void* header() const { return message_->header(); }
134
135 int64_t body_length() const { return message_->bodyLength(); }
136

Callers

nothing calls this directly

Calls 1

headerMethod · 0.45

Tested by

no test coverage detected