Class Types.BinaryType

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

public static class Types.BinaryType extends Type.PrimitiveType
The binary type in Gravitino.
  • Method Details

    • get

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

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

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