Class LongType


public class LongType extends NumericType
The data type representing Long values. Please use the singleton DataTypes.LongType.

Since:
1.3.0
  • Constructor Details

    • LongType

      public LongType()
  • Method Details

    • typeName

      public static String typeName()
    • json

      public static String json()
    • prettyJson

      public static String prettyJson()
    • catalogString

      public static String catalogString()
    • sql

      public static String sql()
    • canEqual

      public abstract static boolean canEqual(Object that)
    • equals

      public abstract static boolean equals(Object that)
    • productElement

      public abstract static Object productElement(int n)
    • productArity

      public abstract static int productArity()
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()
    • defaultSize

      public int defaultSize()
      The default size of a value of the LongType is 8 bytes.
      Specified by:
      defaultSize in class DataType
      Returns:
      (undocumented)
    • simpleString

      public String simpleString()