Package pyspark :: Module sql :: Class LongType
[frames] | no frames]

Class LongType

source code

object --+        
         |        
  DataType --+    
             |    
 PrimitiveType --+
                 |
                LongType

Spark SQL LongType

The data type representing long values. If the any value is beyond the range of [-9223372036854775808, 9223372036854775807], please use DecimalType.

Nested Classes

Inherited from PrimitiveType: __metaclass__

Instance Methods

Inherited from PrimitiveType: __eq__

Inherited from DataType: __hash__, __ne__, __repr__

Inherited from object: __delattr__, __format__, __getattribute__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__