Class Type.NumericType

java.lang.Object
org.apache.gravitino.rel.types.Type.PrimitiveType
org.apache.gravitino.rel.types.Type.NumericType
All Implemented Interfaces:
Type
Direct Known Subclasses:
Type.FractionType, Type.IntegralType
Enclosing interface:
Type

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

    • NumericType

      public NumericType()