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

Method header

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

Source from the content-addressed store, hash-verified

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

Callers 3

UnpackSchemaMessageFunction · 0.45
ReadSchemaFunction · 0.45
headerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected