MCPcopy 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

TEST_FFunction · 0.85
GetFileVersionMethod · 0.85
MakeOrcWriterOptionsFunction · 0.85
options.hFile · 0.85

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.68