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

Method metadata

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 15

test_existentMethod · 0.36
test_nonexistentMethod · 0.36
test_with_metadataMethod · 0.36
test_remove_metadataMethod · 0.36
test_existentMethod · 0.36
test_nonexistentMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36