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

Method metadata_version

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

Source from the content-addressed store, hash-verified

176MessageType Message::type() const { return impl_->type(); }
177
178MetadataVersion Message::metadata_version() const { return impl_->version(); }
179
180const void* Message::header() const { return impl_->header(); }
181

Callers 1

TestMetadataVersionMethod · 0.80

Calls 1

versionMethod · 0.45

Tested by 1

TestMetadataVersionMethod · 0.64