Package org.apache.pinot.common.function
Class DateTimeUtils.QuarterOfYearDateTimeField
- java.lang.Object
-
- org.joda.time.DateTimeFieldType
-
- org.apache.pinot.common.function.DateTimeUtils.QuarterOfYearDateTimeField
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DateTimeUtils
public static final class DateTimeUtils.QuarterOfYearDateTimeField extends org.joda.time.DateTimeFieldType- See Also:
- Serialized Form
-
-
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
-
-