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:178–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
MessageType Message::type() const { return impl_->type(); }
177
178
MetadataVersion Message::metadata_version() const { return impl_->version(); }
179
180
const void* Message::header() const { return impl_->header(); }
181
Callers
1
TestMetadataVersion
Method · 0.80
Calls
1
version
Method · 0.45
Tested by
1
TestMetadataVersion
Method · 0.64