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

Method version

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

Source from the content-addressed store, hash-verified

127 }
128
129 MetadataVersion version() const {
130 return internal::GetMetadataVersion(message_->version());
131 }
132
133 const void* header() const { return message_->header(); }
134

Callers 2

OpenMethod · 0.45
metadata_versionMethod · 0.45

Calls 1

GetMetadataVersionFunction · 0.85

Tested by

no test coverage detected