Class VarcharType

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class VarcharType extends StringType implements scala.Product, Serializable
See Also:
  • Constructor Details

    • VarcharType

      public VarcharType(int length)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • length

      public int length()
    • defaultSize

      public int defaultSize()
      Description copied from class: StringType
      The default size of a value of the StringType is 20 bytes.
      Overrides:
      defaultSize in class StringType
      Returns:
      (undocumented)
    • typeName

      public String typeName()
      Description copied from class: StringType
      Type name that is shown to the customer. If this is an UTF8_BINARY collation output is string due to backwards compatibility.
      Overrides:
      typeName in class StringType
      Returns:
      (undocumented)
    • jsonValue

      public org.json4s.JValue jsonValue()
      Overrides:
      jsonValue in class StringType
    • toString

      public String toString()
      Overrides:
      toString in class StringType