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

Method header

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

Source from the content-addressed store, hash-verified

178MetadataVersion Message::metadata_version() const { return impl_->version(); }
179
180const void* Message::header() const { return impl_->header(); }
181
182const std::shared_ptr<const KeyValueMetadata>& Message::custom_metadata() const {
183 return impl_->custom_metadata();

Callers 4

UnpackSchemaMessageFunction · 0.45
ReadSchemaFunction · 0.45
headerMethod · 0.45
CheckSampleMessageMethod · 0.45

Calls

no outgoing calls

Tested by 1

CheckSampleMessageMethod · 0.36