Class Types.UUIDType

java.lang.Object
org.apache.gravitino.rel.types.Type.PrimitiveType
org.apache.gravitino.rel.types.Types.UUIDType
All Implemented Interfaces:
Type
Enclosing class:
Types

public static class Types.UUIDType extends Type.PrimitiveType
The uuid type in Gravitino.
  • Method Details

    • get

      public static Types.UUIDType get()
      Returns:
      The singleton instance of Types.UUIDType.
    • name

      public Type.Name name()
      Returns:
      The generic name of the type.
    • simpleString

      public String simpleString()
      Returns:
      A readable string representation for the type.