Class Types.StringType

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

public static class Types.StringType extends Type.PrimitiveType
The string type in Gravitino, equivalent to varchar(MAX), which the MAX is determined by the underlying catalog.
  • Method Details

    • get

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

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

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