Package io.trino.operator.scalar
Class QuarterOfYearDateTimeField
- java.lang.Object
-
- org.joda.time.DateTimeFieldType
-
- io.trino.operator.scalar.QuarterOfYearDateTimeField
-
- All Implemented Interfaces:
Serializable
public final class QuarterOfYearDateTimeField extends org.joda.time.DateTimeFieldType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.joda.time.DateTimeFieldTypeQUARTER_OF_YEAR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DurationFieldTypegetDurationType()org.joda.time.DateTimeFieldgetField(org.joda.time.Chronology chronology)org.joda.time.DurationFieldTypegetRangeDurationType()-
Methods inherited from class org.joda.time.DateTimeFieldType
centuryOfEra, clockhourOfDay, clockhourOfHalfday, dayOfMonth, dayOfWeek, dayOfYear, era, getName, halfdayOfDay, hourOfDay, hourOfHalfday, isSupported, millisOfDay, millisOfSecond, minuteOfDay, minuteOfHour, monthOfYear, secondOfDay, secondOfMinute, toString, weekOfWeekyear, weekyear, weekyearOfCentury, year, yearOfCentury, yearOfEra
-
-
-
-
Method Detail
-
getDurationType
public org.joda.time.DurationFieldType getDurationType()
- Specified by:
getDurationTypein classorg.joda.time.DateTimeFieldType
-
getRangeDurationType
public org.joda.time.DurationFieldType getRangeDurationType()
- Specified by:
getRangeDurationTypein classorg.joda.time.DateTimeFieldType
-
getField
public org.joda.time.DateTimeField getField(org.joda.time.Chronology chronology)
- Specified by:
getFieldin classorg.joda.time.DateTimeFieldType
-
-