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

Method body_length

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

Source from the content-addressed store, hash-verified

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

Callers 3

SerializeToMethod · 0.95
CheckBodyLengthFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36