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

Method body_length

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

Source from the content-addressed store, hash-verified

170std::shared_ptr<Buffer> Message::body() const { return impl_->body(); }
171
172int64_t Message::body_length() const { return impl_->body_length(); }
173
174std::shared_ptr<Buffer> Message::metadata() const { return impl_->metadata(); }
175

Callers 4

SerializeToMethod · 0.95
CheckBodyLengthFunction · 0.45
CheckSampleMessageMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

CheckSampleMessageMethod · 0.36
TESTFunction · 0.36