Package com.facebook.presto.jdbc
Class PrestoIntervalYearMonth
java.lang.Object
com.facebook.presto.jdbc.PrestoIntervalYearMonth
- All Implemented Interfaces:
Comparable<PrestoIntervalYearMonth>
-
Constructor Summary
ConstructorsConstructorDescriptionPrestoIntervalYearMonth(int months) PrestoIntervalYearMonth(int year, int months) -
Method Summary
-
Constructor Details
-
PrestoIntervalYearMonth
public PrestoIntervalYearMonth(int months) -
PrestoIntervalYearMonth
public PrestoIntervalYearMonth(int year, int months)
-
-
Method Details
-
getMonths
public int getMonths() -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<PrestoIntervalYearMonth>
-
toString
-