Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Open
Method · 0.45
metadata_version
Method · 0.45
Calls
1
GetMetadataVersion
Function · 0.85
Tested by
no test coverage detected