Class Types.BooleanType

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

public static class Types.BooleanType extends Type.PrimitiveType
The boolean type in Gravitino.
  • Method Details

    • get

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

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

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