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

Method version

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

Source from the content-addressed store, hash-verified

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

Callers 2

OpenMethod · 0.45
metadata_versionMethod · 0.45

Calls 1

GetMetadataVersionFunction · 0.85

Tested by

no test coverage detected