Class Type.IntervalType

java.lang.Object
org.apache.gravitino.rel.types.Type.PrimitiveType
org.apache.gravitino.rel.types.Type.IntervalType
All Implemented Interfaces:
Type
Direct Known Subclasses:
Types.IntervalDayType, Types.IntervalYearType
Enclosing interface:
Type

public abstract static class Type.IntervalType extends Type.PrimitiveType
The base type of all interval types.
  • Constructor Details

    • IntervalType

      public IntervalType()