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: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
Open
Method · 0.45
metadata_version
Method · 0.45
Calls
1
GetMetadataVersion
Function · 0.85
Tested by
no test coverage detected