Class Types.NullType

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

public static class Types.NullType extends Object implements Type
The data type representing `NULL` values.
  • Method Details

    • get

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

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

      public String simpleString()
      Specified by:
      simpleString in interface Type
      Returns:
      A readable string representation for the type.