Package org.apache.calcite.util
Class Version
java.lang.Object
org.apache.calcite.util.Version
- All Implemented Interfaces:
Comparable<Version>
Version string parsed into major and minor parts.
-
Field Summary
-
Method Summary
-
Field Details
-
integers
-
string
-
-
Method Details
-
of
Creates a Version by parsing a string. -
of
Creates a Version from a sequence of integers. -
compareTo
- Specified by:
compareTo
in interfaceComparable<Version>
-