MCPcopy Create free account
hub / github.com/apache/arrow / GetFileVersion

Method GetFileVersion

cpp/src/arrow/adapters/orc/adapter.cc:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 FileVersion GetFileVersion() {
251 liborc::FileVersion orc_file_version = reader_->getFormatVersion();
252 return FileVersion(orc_file_version.getMajor(), orc_file_version.getMinor());
253 }
254
255 Result<Compression::type> GetCompression() {
256 liborc::CompressionKind orc_compression = reader_->getCompression();

Callers

nothing calls this directly

Calls 1

FileVersionFunction · 0.85

Tested by

no test coverage detected