Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ FileVersion
Function
FileVersion
cpp/src/arrow/adapters/orc/options.h:67–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
static const FileVersion& v_0_12();
66
67
FileVersion(int32_t major, int32_t minor)
68
: major_version_(major), minor_version_(minor) {}
69
70
/**
71
* Get major version
Callers
6
AssertTableWriteReadEqual
Function · 0.85
AssertBatchWriteReadEqual
Function · 0.85
TEST_F
Function · 0.85
GetFileVersion
Method · 0.85
MakeOrcWriterOptions
Function · 0.85
options.h
File · 0.85
Calls
no outgoing calls
Tested by
3
AssertTableWriteReadEqual
Function · 0.68
AssertBatchWriteReadEqual
Function · 0.68
TEST_F
Function · 0.68