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

Method metadata_version

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

Source from the content-addressed store, hash-verified

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

Callers 1

TestMetadataVersionMethod · 0.80

Calls 1

versionMethod · 0.45

Tested by 1

TestMetadataVersionMethod · 0.64