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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.joda.time.DateTimeFieldType
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DurationFieldType
     
    org.joda.time.DateTimeField
    getField(org.joda.time.Chronology chronology)
     
    org.joda.time.DurationFieldType
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • QUARTER_OF_YEAR

      public static final org.joda.time.DateTimeFieldType QUARTER_OF_YEAR
  • Method Details

    • getDurationType

      public org.joda.time.DurationFieldType getDurationType()
      Specified by:
      getDurationType in class org.joda.time.DateTimeFieldType
    • getRangeDurationType

      public org.joda.time.DurationFieldType getRangeDurationType()
      Specified by:
      getRangeDurationType in class org.joda.time.DateTimeFieldType
    • getField

      public org.joda.time.DateTimeField getField(org.joda.time.Chronology chronology)
      Specified by:
      getField in class org.joda.time.DateTimeFieldType