Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
MessageType Message::type() const { return impl_->type(); }
178
179
MetadataVersion Message::metadata_version() const { return impl_->version(); }
180
181
const void* Message::header() const { return impl_->header(); }
182
Callers
1
TestMetadataVersion
Method · 0.80
Calls
1
version
Method · 0.45
Tested by
1
TestMetadataVersion
Method · 0.64