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

Function minor_version

cpp/src/arrow/adapters/orc/options.h:78–78  ·  view source on GitHub ↗

* Get minor version */

Source from the content-addressed store, hash-verified

76 * Get minor version
77 */
78 int32_t minor_version() const { return this->minor_version_; }
79
80 bool operator==(const FileVersion& right) const {
81 return this->major_version() == right.major_version() &&

Callers 1

ToStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected