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.DurationFieldType
getDurationType()
org.joda.time.DateTimeField
getField(org.joda.time.Chronology chronology)
org.joda.time.DurationFieldType
getRangeDurationType()
-
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:
getDurationType
in classorg.joda.time.DateTimeFieldType
-
getRangeDurationType
public org.joda.time.DurationFieldType getRangeDurationType()
- Specified by:
getRangeDurationType
in classorg.joda.time.DateTimeFieldType
-
getField
public org.joda.time.DateTimeField getField(org.joda.time.Chronology chronology)
- Specified by:
getField
in classorg.joda.time.DateTimeFieldType
-
-